#CEFCAA

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

Shades of Reef #CEFCAA

Tints of Reef #CEFCAA

Color information

#CEFCAA (or 0xCEFCAA) is unknown color: approx Reef. HEX triplet: CE, FC and AA. RGB value is (206,252,170). Sum of RGB (Red+Green+Blue) = 206+252+170=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCAA is #310355. Grayscale: #E5E5E5. Windows color (decimal): -3212118 or 11205838. OLE color: 11205838.

HSL color Cylindrical-coordinate representation of color #CEFCAA: hue angle of 93.66º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEFCAA is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB206252170-
CMYK0.1800.330.01
HSL93.66º93.18%82.75%-
HSV(B)93.66º32.54%98.82%-
XYZ67.5285.6451-
YUV228.994.76111.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 170 (66.80% from 255) = 27.07%
R=32.80%
G=40.13%
B=27.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521700.1800.330.0193.6693.1882.75
HexCEFCAA1202115e5d53
Octal316374252220411136135123
Binary1100111011111100101010101001001000011101111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCAA; }

 p { color: rgb(206,252,170); }

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

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

 a { background-color: rgb(206,252,170); }

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

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

 span { border-color: rgb(206,252,170); }

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