#CBEE90

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

Shades of Reef #CBEE90

Tints of Reef #CBEE90

Color information

#CBEE90 (or 0xCBEE90) is unknown color: approx Reef. HEX triplet: CB, EE and 90. RGB value is (203,238,144). Sum of RGB (Red+Green+Blue) = 203+238+144=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE90 is #34116F. Grayscale: #D9D9D9. Windows color (decimal): -3412336 or 9498315. OLE color: 9498315.

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

Color convert

RGB203238144-
CMYK0.1500.390.07
HSL82.34º73.44%74.9%-
HSV(B)82.34º39.5%93.33%-
XYZ60.2475.8637.85-
YUV216.8286.9118.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.70%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 144 (56.64% from 255) = 24.62%
R=34.70%
G=40.68%
B=24.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381440.1500.390.0782.3473.4474.9
HexCBEE90F027752494b
Octal313356220170477122111113
Binary11001011111011101001000011110100111111101001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEE90; }

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

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

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

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

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

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

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

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