#CEFAA2

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

Shades of Reef #CEFAA2

Tints of Reef #CEFAA2

Color information

#CEFAA2 (or 0xCEFAA2) is unknown color: approx Reef. HEX triplet: CE, FA and A2. RGB value is (206,250,162). Sum of RGB (Red+Green+Blue) = 206+250+162=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAA2 is #31055D. Grayscale: #E3E3E3. Windows color (decimal): -3212638 or 10681038. OLE color: 10681038.

HSL color Cylindrical-coordinate representation of color #CEFAA2: hue angle of 90º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEFAA2 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB206250162-
CMYK0.1800.350.02
HSL90º89.8%80.78%-
HSV(B)90º35.2%98.04%-
XYZ66.1684.146.93-
YUV226.8191.42113.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 162 (63.67% from 255) = 26.21%
R=33.33%
G=40.45%
B=26.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501620.1800.350.029089.880.78
HexCEFAA21202325a5a51
Octal316372242220432132132121
Binary11001110111110101010001010010010001110101101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAA2; }

 p { color: rgb(206,250,162); }

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

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

 a { background-color: rgb(206,250,162); }

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

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

 span { border-color: rgb(206,250,162); }

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