#CEFCA5

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

Shades of Reef #CEFCA5

Tints of Reef #CEFCA5

Color information

#CEFCA5 (or 0xCEFCA5) is unknown color: approx Reef. HEX triplet: CE, FC and A5. RGB value is (206,252,165). Sum of RGB (Red+Green+Blue) = 206+252+165=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 165 (64.84% from 255 or 26.48% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA5 is #31035A. Grayscale: #E4E4E4. Windows color (decimal): -3212123 or 10878158. OLE color: 10878158.

HSL color Cylindrical-coordinate representation of color #CEFCA5: hue angle of 91.72º 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 #CEFCA5 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB206252165-
CMYK0.1800.350.01
HSL91.72º93.55%81.76%-
HSV(B)91.72º34.52%98.82%-
XYZ67.0685.4648.56-
YUV228.3392.26112.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 165 (64.84% from 255) = 26.48%
R=33.07%
G=40.45%
B=26.48%

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
Decimal2062521650.1800.350.0191.7293.5581.76
HexCEFCA51202315c5e52
Octal316374245220431134136122
Binary1100111011111100101001011001001000111101110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCA5; }

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

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

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

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

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

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

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

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