#74EEC1

Color #74EEC1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #74EEC1

Tints of Aquamarine #74EEC1

Color information

#74EEC1 (or 0x74EEC1) is unknown color: approx Aquamarine. HEX triplet: 74, EE and C1. RGB value is (116,238,193). Sum of RGB (Red+Green+Blue) = 116+238+193=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #74EEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EEC1 is #8B113E. Grayscale: #C4C4C4. Windows color (decimal): -9113919 or 12709492. OLE color: 12709492.

HSL color Cylindrical-coordinate representation of color #74EEC1: hue angle of 157.87º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EEC1 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB116238193-
CMYK0.5100.190.07
HSL157.87º78.21%69.41%-
HSV(B)157.87º51.26%93.33%-
XYZ47.468.7161.22-
YUV196.39126.0870.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 21.21%
GREEN value IS 238 (93.36% from 255) = 43.51%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=21.21%
G=43.51%
B=35.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1162381930.5100.190.07157.8778.2169.41
Hex74EEC13301379e4e45
Octal164356301630237236116105
Binary111010011101110110000011100110100111111001111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74EEC1; }

 p { color: rgb(116,238,193); }

 H1.HeaderClassName
 {
   color: #74EEC1;
 }
 .AnyTagClassName
 {
   color: #74EEC1;
 }
</style>
background-color css

<style>
 a { background-color: #74EEC1; }

 a { background-color: rgb(116,238,193); }

 div.DivClassName
 {
   background-color: #74EEC1;
 }
 .BgClassName
 {
   background-color: #74EEC1;
 }
</style>
border-color css

<style>
 span { border-color: #74EEC1; }

 span { border-color: rgb(116,238,193); }

 td.TdClassName
 {
   border-color: #74EEC1;
 }
 .TagClassName
 {
   border-color: #74EEC1;
 }
</style>