#CEEEA1

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

Shades of Reef #CEEEA1

Tints of Reef #CEEEA1

Color information

#CEEEA1 (or 0xCEEEA1) is unknown color: approx Reef. HEX triplet: CE, EE and A1. RGB value is (206,238,161). Sum of RGB (Red+Green+Blue) = 206+238+161=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEEA1 is #31115E. Grayscale: #DBDBDB. Windows color (decimal): -3215711 or 10612430. OLE color: 10612430.

HSL color Cylindrical-coordinate representation of color #CEEEA1: hue angle of 84.94º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEEEA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB206238161-
CMYK0.1300.320.07
HSL84.94º69.37%78.24%-
HSV(B)84.94º32.35%93.33%-
XYZ62.4676.8445.26-
YUV219.6594.9118.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=34.05%
G=39.34%
B=26.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381610.1300.320.0784.9469.3778.24
HexCEEEA1D020755454e
Octal316356241150407125105116
Binary11001110111011101010000111010100000111101010110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEA1; }

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

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

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

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

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

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

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

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