#CEFCA6

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

Shades of Reef #CEFCA6

Tints of Reef #CEFCA6

Color information

#CEFCA6 (or 0xCEFCA6) is unknown color: approx Reef. HEX triplet: CE, FC and A6. RGB value is (206,252,166). Sum of RGB (Red+Green+Blue) = 206+252+166=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA6 is #310359. Grayscale: #E4E4E4. Windows color (decimal): -3212122 or 10943694. OLE color: 10943694.

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

Color convert

RGB206252166-
CMYK0.1800.340.01
HSL92.09º93.48%81.96%-
HSV(B)92.09º34.13%98.82%-
XYZ67.1585.549.04-
YUV228.4492.76111.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 252 (98.83% from 255) = 40.38%
BLUE value IS 166 (65.23% from 255) = 26.60%
R=33.01%
G=40.38%
B=26.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521660.1800.340.0192.0993.4881.96
HexCEFCA61202215c5d52
Octal316374246220421134135122
Binary1100111011111100101001101001001000101101110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCA6; }

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

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

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

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

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

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

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

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