#CBEEC0

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

Shades of Tea Green #CBEEC0

Tints of Tea Green #CBEEC0

Color information

#CBEEC0 (or 0xCBEEC0) is unknown color: approx Tea Green. HEX triplet: CB, EE and C0. RGB value is (203,238,192). Sum of RGB (Red+Green+Blue) = 203+238+192=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEC0 is #34113F. Grayscale: #DEDEDE. Windows color (decimal): -3412288 or 12644043. OLE color: 12644043.

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

Color convert

RGB203238192-
CMYK0.1500.190.07
HSL105.65º57.5%84.31%-
HSV(B)105.65º19.33%93.33%-
XYZ64.7277.6561.45-
YUV222.29110.9114.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=32.07%
G=37.60%
B=30.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381920.1500.190.07105.6557.584.31
HexCBEEC0F01376a3a54
Octal31335630017023715272124
Binary110010111110111011000000111101001111111010101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEC0; }

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

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

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

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

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

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

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

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