#CBEEA0

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

Shades of Reef #CBEEA0

Tints of Reef #CBEEA0

Color information

#CBEEA0 (or 0xCBEEA0) is unknown color: approx Reef. HEX triplet: CB, EE and A0. RGB value is (203,238,160). Sum of RGB (Red+Green+Blue) = 203+238+160=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEEA0 is #34115F. Grayscale: #DADADA. Windows color (decimal): -3412320 or 10546891. OLE color: 10546891.

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

Color convert

RGB203238160-
CMYK0.1500.330.07
HSL86.92º69.64%78.04%-
HSV(B)86.92º32.77%93.33%-
XYZ61.5576.3844.76-
YUV218.6494.9116.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 238 (93.36% from 255) = 39.60%
BLUE value IS 160 (62.89% from 255) = 26.62%
R=33.78%
G=39.60%
B=26.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381600.1500.330.0786.9269.6478.04
HexCBEEA0F021757464e
Octal313356240170417127106116
Binary11001011111011101010000011110100001111101011110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEA0; }

 p { color: rgb(203,238,160); }

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

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

 a { background-color: rgb(203,238,160); }

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

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

 span { border-color: rgb(203,238,160); }

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