#CBEDC4

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

Shades of Tea Green #CBEDC4

Tints of Tea Green #CBEDC4

Color information

#CBEDC4 (or 0xCBEDC4) is unknown color: approx Tea Green. HEX triplet: CB, ED and C4. RGB value is (203,237,196). Sum of RGB (Red+Green+Blue) = 203+237+196=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC4 is #34123B. Grayscale: #DEDEDE. Windows color (decimal): -3412540 or 12905931. OLE color: 12905931.

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

Color convert

RGB203237196-
CMYK0.1400.170.07
HSL109.76º53.25%84.9%-
HSV(B)109.76º17.3%92.94%-
XYZ64.8877.2563.72-
YUV222.16113.24114.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=31.92%
G=37.26%
B=30.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371960.1400.170.07109.7653.2584.9
HexCBEDC4E01176e3555
Octal31335530416021715665125
Binary110010111110110111000100111001000111111011101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDC4; }

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

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

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

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

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

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

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

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