#CEFCA1

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

Shades of Reef #CEFCA1

Tints of Reef #CEFCA1

Color information

#CEFCA1 (or 0xCEFCA1) is unknown color: approx Reef. HEX triplet: CE, FC and A1. RGB value is (206,252,161). Sum of RGB (Red+Green+Blue) = 206+252+161=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA1 is #31035E. Grayscale: #E4E4E4. Windows color (decimal): -3212127 or 10616014. OLE color: 10616014.

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

Color convert

RGB206252161-
CMYK0.1800.360.01
HSL90.33º93.81%80.98%-
HSV(B)90.33º36.11%98.82%-
XYZ66.785.3246.67-
YUV227.8790.26112.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 161 (63.28% from 255) = 26.01%
R=33.28%
G=40.71%
B=26.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521610.1800.360.0190.3393.8180.98
HexCEFCA11202415a5e51
Octal316374241220441132136121
Binary1100111011111100101000011001001001001101101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCA1; }

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

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

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

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

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

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

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

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