#CEFEA0

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

Shades of Reef #CEFEA0

Tints of Reef #CEFEA0

Color information

#CEFEA0 (or 0xCEFEA0) is unknown color: approx Reef. HEX triplet: CE, FE and A0. RGB value is (206,254,160). Sum of RGB (Red+Green+Blue) = 206+254+160=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFEA0 is #31015F. Grayscale: #E5E5E5. Windows color (decimal): -3211616 or 10550990. OLE color: 10550990.

HSL color Cylindrical-coordinate representation of color #CEFEA0: hue angle of 90.64º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEFEA0 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB206254160-
CMYK0.1900.370.00
HSL90.64º97.92%81.18%-
HSV(B)90.64º37.01%99.61%-
XYZ67.2486.5446.42-
YUV228.9389.1111.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.23%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 160 (62.89% from 255) = 25.81%
R=33.23%
G=40.97%
B=25.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541600.1900.370.0090.6497.9281.18
HexCEFEA01302505b6251
Octal316376240230450133142121
Binary1100111011111110101000001001101001010101101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFEA0; }

 p { color: rgb(206,254,160); }

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

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

 a { background-color: rgb(206,254,160); }

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

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

 span { border-color: rgb(206,254,160); }

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