#CBEAAA

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

Shades of Reef #CBEAAA

Tints of Reef #CBEAAA

Color information

#CBEAAA (or 0xCBEAAA) is unknown color: approx Reef. HEX triplet: CB, EA and AA. RGB value is (203,234,170). Sum of RGB (Red+Green+Blue) = 203+234+170=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEAAA is #341555. Grayscale: #D9D9D9. Windows color (decimal): -3413334 or 11201227. OLE color: 11201227.

HSL color Cylindrical-coordinate representation of color #CBEAAA: hue angle of 89.06º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBEAAA is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB203234170-
CMYK0.1300.270.08
HSL89.06º60.38%79.22%-
HSV(B)89.06º27.35%91.76%-
XYZ61.3174.4449.17-
YUV217.44101.23117.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.44%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=33.44%
G=38.55%
B=28.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341700.1300.270.0889.0660.3879.22
HexCBEAAAD01B8593c4f
Octal313352252150331013174117
Binary1100101111101010101010101101011011100010110011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAAA; }

 p { color: rgb(203,234,170); }

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

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

 a { background-color: rgb(203,234,170); }

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

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

 span { border-color: rgb(203,234,170); }

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