#CBEFC0

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

Shades of Tea Green #CBEFC0

Tints of Tea Green #CBEFC0

Color information

#CBEFC0 (or 0xCBEFC0) is unknown color: approx Tea Green. HEX triplet: CB, EF and C0. RGB value is (203,239,192). Sum of RGB (Red+Green+Blue) = 203+239+192=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC0 is #34103F. Grayscale: #DFDFDF. Windows color (decimal): -3412032 or 12644299. OLE color: 12644299.

HSL color Cylindrical-coordinate representation of color #CBEFC0: hue angle of 105.96º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB203239192-
CMYK0.1500.200.06
HSL105.96º59.49%84.51%-
HSV(B)105.96º19.67%93.73%-
XYZ65.0178.2461.54-
YUV222.88110.57113.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=32.02%
G=37.70%
B=30.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391920.1500.200.06105.9659.4984.51
HexCBEFC0F01466a3b55
Octal31335730017024615273125
Binary110010111110111111000000111101010011011010101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFC0; }

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

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

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

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

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

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

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

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