#CBECC2

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

Shades of Tea Green #CBECC2

Tints of Tea Green #CBECC2

Color information

#CBECC2 (or 0xCBECC2) is unknown color: approx Tea Green. HEX triplet: CB, EC and C2. RGB value is (203,236,194). Sum of RGB (Red+Green+Blue) = 203+236+194=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC2 is #34133D. Grayscale: #DDDDDD. Windows color (decimal): -3412798 or 12774603. OLE color: 12774603.

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

Color convert

RGB203236194-
CMYK0.1400.180.07
HSL107.14º52.5%84.31%-
HSV(B)107.14º17.8%92.55%-
XYZ64.3676.5862.43-
YUV221.34112.57114.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 194 (76.17% from 255) = 30.65%
R=32.07%
G=37.28%
B=30.65%

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
Decimal2032361940.1400.180.07107.1452.584.31
HexCBECC2E01276b3554
Octal31335430216022715365124
Binary110010111110110011000010111001001011111010111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBECC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBECC2; }

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

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

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

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

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

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

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

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