#CEFAA1

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

Shades of Reef #CEFAA1

Tints of Reef #CEFAA1

Color information

#CEFAA1 (or 0xCEFAA1) is unknown color: approx Reef. HEX triplet: CE, FA and A1. RGB value is (206,250,161). Sum of RGB (Red+Green+Blue) = 206+250+161=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAA1 is #31055E. Grayscale: #E3E3E3. Windows color (decimal): -3212639 or 10615502. OLE color: 10615502.

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

Color convert

RGB206250161-
CMYK0.1800.360.02
HSL89.66º89.9%80.59%-
HSV(B)89.66º35.6%98.04%-
XYZ66.0784.0746.46-
YUV226.790.92113.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 250 (98.05% from 255) = 40.52%
BLUE value IS 161 (63.28% from 255) = 26.09%
R=33.39%
G=40.52%
B=26.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501610.1800.360.0289.6689.980.59
HexCEFAA11202425a5a51
Octal316372241220442132132121
Binary11001110111110101010000110010010010010101101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAA1; }

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

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

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

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

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

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

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

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