#CEEBA5

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

Shades of Reef #CEEBA5

Tints of Reef #CEEBA5

Color information

#CEEBA5 (or 0xCEEBA5) is unknown color: approx Reef. HEX triplet: CE, EB and A5. RGB value is (206,235,165). Sum of RGB (Red+Green+Blue) = 206+235+165=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBA5 is #31145A. Grayscale: #DADADA. Windows color (decimal): -3216475 or 10873806. OLE color: 10873806.

HSL color Cylindrical-coordinate representation of color #CEEBA5: hue angle of 84.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEEBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB206235165-
CMYK0.1200.300.08
HSL84.86º63.64%78.43%-
HSV(B)84.86º29.79%92.16%-
XYZ61.9575.2646.86-
YUV218.3597.89119.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.99%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 165 (64.84% from 255) = 27.23%
R=33.99%
G=38.78%
B=27.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062351650.1200.300.0884.8663.6478.43
HexCEEBA5C01E855404e
Octal3163532451403610125100116
Binary11001110111010111010010111000111101000101010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBA5; }

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

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

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

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

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

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

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

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