#74EBC9

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

Shades of Aquamarine #74EBC9

Tints of Aquamarine #74EBC9

Color information

#74EBC9 (or 0x74EBC9) is unknown color: approx Aquamarine. HEX triplet: 74, EB and C9. RGB value is (116,235,201). Sum of RGB (Red+Green+Blue) = 116+235+201=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #74EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74EBC9 is #8B1436. Grayscale: #C3C3C3. Windows color (decimal): -9114679 or 13233012. OLE color: 13233012.

HSL color Cylindrical-coordinate representation of color #74EBC9: hue angle of 162.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74EBC9 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB116235201-
CMYK0.5100.140.08
HSL162.86º74.84%68.82%-
HSV(B)162.86º50.64%92.16%-
XYZ47.4567.3565.76-
YUV195.54131.0871.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.01%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=21.01%
G=42.57%
B=36.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162352010.5100.140.08162.8674.8468.82
Hex74EBC9330E8a34b45
Octal1643533116301610243113105
Binary111010011101011110010011100110111010001010001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,235,201); }

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

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

 a { background-color: rgb(116,235,201); }

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

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

 span { border-color: rgb(116,235,201); }

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