#CEEBA4

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

Shades of Reef #CEEBA4

Tints of Reef #CEEBA4

Color information

#CEEBA4 (or 0xCEEBA4) is unknown color: approx Reef. HEX triplet: CE, EB and A4. RGB value is (206,235,164). Sum of RGB (Red+Green+Blue) = 206+235+164=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBA4 is #31145B. Grayscale: #DADADA. Windows color (decimal): -3216476 or 10808270. OLE color: 10808270.

HSL color Cylindrical-coordinate representation of color #CEEBA4: hue angle of 84.51º 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 #CEEBA4 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB206235164-
CMYK0.1200.300.08
HSL84.51º63.96%78.24%-
HSV(B)84.51º30.21%92.16%-
XYZ61.8675.2246.38-
YUV218.2497.39119.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 164 (64.45% from 255) = 27.11%
R=34.05%
G=38.84%
B=27.11%

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
Decimal2062351640.1200.300.0884.5163.9678.24
HexCEEBA4C01E855404e
Octal3163532441403610125100116
Binary11001110111010111010010011000111101000101010110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBA4; }

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

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

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

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

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

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

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

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