#CBFEC2

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

Shades of Tea Green #CBFEC2

Tints of Tea Green #CBFEC2

Color information

#CBFEC2 (or 0xCBFEC2) is unknown color: approx Tea Green. HEX triplet: CB, FE and C2. RGB value is (203,254,194). Sum of RGB (Red+Green+Blue) = 203+254+194=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC2 is #34013D. Grayscale: #E8E8E8. Windows color (decimal): -3408190 or 12779211. OLE color: 12779211.

HSL color Cylindrical-coordinate representation of color #CBFEC2: hue angle of 111º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBFEC2 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB203254194-
CMYK0.2000.240.00
HSL111º96.77%87.84%-
HSV(B)111º23.62%99.61%-
XYZ69.8187.4864.24-
YUV231.91106.6107.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 194 (76.17% from 255) = 29.80%
R=31.18%
G=39.02%
B=29.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541940.2000.240.0011196.7787.84
HexCBFEC21401806f6158
Octal313376302240300157141130
Binary110010111111111011000010101000110000110111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEC2; }

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

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

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

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

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

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

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

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