#CBEA9A

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

Shades of Reef #CBEA9A

Tints of Reef #CBEA9A

Color information

#CBEA9A (or 0xCBEA9A) is unknown color: approx Reef. HEX triplet: CB, EA and 9A. RGB value is (203,234,154). Sum of RGB (Red+Green+Blue) = 203+234+154=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA9A is #341565. Grayscale: #D7D7D7. Windows color (decimal): -3413350 or 10152651. OLE color: 10152651.

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

Color convert

RGB203234154-
CMYK0.1300.340.08
HSL83.25º65.57%76.08%-
HSV(B)83.25º34.19%91.76%-
XYZ59.8873.8841.67-
YUV215.6193.23119-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=34.35%
G=39.59%
B=26.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341540.1300.340.0883.2565.5776.08
HexCBEA9AD022853424c
Octal3133522321504210123102114
Binary110010111110101010011010110101000101000101001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA9A; }

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

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

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

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

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

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

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

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