#C9EFA5

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

Shades of Reef #C9EFA5

Tints of Reef #C9EFA5

Color information

#C9EFA5 (or 0xC9EFA5) is unknown color: approx Reef. HEX triplet: C9, EF and A5. RGB value is (201,239,165). Sum of RGB (Red+Green+Blue) = 201+239+165=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EFA5 is #36105A. Grayscale: #DBDBDB. Windows color (decimal): -3543131 or 10874825. OLE color: 10874825.

HSL color Cylindrical-coordinate representation of color #C9EFA5: hue angle of 90.81º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9EFA5 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB201239165-
CMYK0.1600.310.06
HSL90.81º69.81%79.22%-
HSV(B)90.81º30.96%93.73%-
XYZ61.7576.8747.18-
YUV219.297.41115.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 239 (93.75% from 255) = 39.50%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=33.22%
G=39.50%
B=27.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012391650.1600.310.0690.8169.8179.22
HexC9EFA51001F65b464f
Octal311357245200376133106117
Binary11001001111011111010010110000011111110101101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EFA5; }

 p { color: rgb(201,239,165); }

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

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

 a { background-color: rgb(201,239,165); }

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

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

 span { border-color: rgb(201,239,165); }

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