#CBEDC2

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

Shades of Tea Green #CBEDC2

Tints of Tea Green #CBEDC2

Color information

#CBEDC2 (or 0xCBEDC2) is unknown color: approx Tea Green. HEX triplet: CB, ED and C2. RGB value is (203,237,194). Sum of RGB (Red+Green+Blue) = 203+237+194=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC2 is #34123D. Grayscale: #DEDEDE. Windows color (decimal): -3412542 or 12774859. OLE color: 12774859.

HSL color Cylindrical-coordinate representation of color #CBEDC2: hue angle of 107.44º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBEDC2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB203237194-
CMYK0.1400.180.07
HSL107.44º54.43%84.51%-
HSV(B)107.44º18.14%92.94%-
XYZ64.6577.1662.52-
YUV221.93112.24114.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 194 (76.17% from 255) = 30.60%
R=32.02%
G=37.38%
B=30.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371940.1400.180.07107.4454.4384.51
HexCBEDC2E01276b3655
Octal31335530216022715366125
Binary110010111110110111000010111001001011111010111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDC2; }

 p { color: rgb(203,237,194); }

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

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

 a { background-color: rgb(203,237,194); }

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

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

 span { border-color: rgb(203,237,194); }

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