#CEFFA8

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

Shades of Reef #CEFFA8

Tints of Reef #CEFFA8

Color information

#CEFFA8 (or 0xCEFFA8) is unknown color: approx Reef. HEX triplet: CE, FF and A8. RGB value is (206,255,168). Sum of RGB (Red+Green+Blue) = 206+255+168=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 168 (66.02% from 255 or 26.71% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFA8 is #310057. Grayscale: #E6E6E6. Windows color (decimal): -3211352 or 11075534. OLE color: 11075534.

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

Color convert

RGB206255168-
CMYK0.1900.340
HSL93.79º100%82.94%-
HSV(B)93.79º34.12%100%-
XYZ68.2887.4750.33-
YUV230.4392.77110.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 168 (66.02% from 255) = 26.71%
R=32.75%
G=40.54%
B=26.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551680.1900.34093.7910082.94
HexCEFFA81302205e6453
Octal316377250230420136144123
Binary1100111011111111101010001001101000100101111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFA8; }

 p { color: rgb(206,255,168); }

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

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

 a { background-color: rgb(206,255,168); }

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

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

 span { border-color: rgb(206,255,168); }

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