#CEFCA4

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

Shades of Reef #CEFCA4

Tints of Reef #CEFCA4

Color information

#CEFCA4 (or 0xCEFCA4) is unknown color: approx Reef. HEX triplet: CE, FC and A4. RGB value is (206,252,164). Sum of RGB (Red+Green+Blue) = 206+252+164=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA4 is #31035B. Grayscale: #E4E4E4. Windows color (decimal): -3212124 or 10812622. OLE color: 10812622.

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

Color convert

RGB206252164-
CMYK0.1800.350.01
HSL91.36º93.62%81.57%-
HSV(B)91.36º34.92%98.82%-
XYZ66.9685.4248.08-
YUV228.2191.76112.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.12%
GREEN value IS 252 (98.83% from 255) = 40.51%
BLUE value IS 164 (64.45% from 255) = 26.37%
R=33.12%
G=40.51%
B=26.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521640.1800.350.0191.3693.6281.57
HexCEFCA41202315b5e52
Octal316374244220431133136122
Binary1100111011111100101001001001001000111101101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCA4; }

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

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

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

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

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

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

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

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