#CBEFC3

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

Shades of Tea Green #CBEFC3

Tints of Tea Green #CBEFC3

Color information

#CBEFC3 (or 0xCBEFC3) is unknown color: approx Tea Green. HEX triplet: CB, EF and C3. RGB value is (203,239,195). Sum of RGB (Red+Green+Blue) = 203+239+195=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC3 is #34103C. Grayscale: #DFDFDF. Windows color (decimal): -3412029 or 12840907. OLE color: 12840907.

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

Color convert

RGB203239195-
CMYK0.1500.180.06
HSL109.09º57.89%85.1%-
HSV(B)109.09º18.41%93.73%-
XYZ65.3578.3763.31-
YUV223.22112.07113.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 239 (93.75% from 255) = 37.52%
BLUE value IS 195 (76.56% from 255) = 30.61%
R=31.87%
G=37.52%
B=30.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391950.1500.180.06109.0957.8985.1
HexCBEFC3F01266d3a55
Octal31335730317022615572125
Binary110010111110111111000011111101001011011011011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFC3; }

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

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

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

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

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

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

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

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