#CBEDC1

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

Shades of Tea Green #CBEDC1

Tints of Tea Green #CBEDC1

Color information

#CBEDC1 (or 0xCBEDC1) is unknown color: approx Tea Green. HEX triplet: CB, ED and C1. RGB value is (203,237,193). Sum of RGB (Red+Green+Blue) = 203+237+193=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC1 is #34123E. Grayscale: #DDDDDD. Windows color (decimal): -3412543 or 12709323. OLE color: 12709323.

HSL color Cylindrical-coordinate representation of color #CBEDC1: hue angle of 106.36º degrees, saturation: 0.55, 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 #CBEDC1 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB203237193-
CMYK0.1400.190.07
HSL106.36º55%84.31%-
HSV(B)106.36º18.57%92.94%-
XYZ64.5477.1261.94-
YUV221.82111.74114.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=32.07%
G=37.44%
B=30.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371930.1400.190.07106.365584.31
HexCBEDC1E01376a3754
Octal31335530116023715267124
Binary110010111110110111000001111001001111111010101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEDC1; }

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

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

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

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

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

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

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

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