#CBFEC1

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

Shades of Tea Green #CBFEC1

Tints of Tea Green #CBFEC1

Color information

#CBFEC1 (or 0xCBFEC1) is unknown color: approx Tea Green. HEX triplet: CB, FE and C1. RGB value is (203,254,193). Sum of RGB (Red+Green+Blue) = 203+254+193=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC1 is #34013E. Grayscale: #E7E7E7. Windows color (decimal): -3408191 or 12713675. OLE color: 12713675.

HSL color Cylindrical-coordinate representation of color #CBFEC1: hue angle of 110.16º 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 #CBFEC1 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB203254193-
CMYK0.2000.240.00
HSL110.16º96.83%87.65%-
HSV(B)110.16º24.02%99.61%-
XYZ69.787.4363.65-
YUV231.8106.1107.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 193 (75.78% from 255) = 29.69%
R=31.23%
G=39.08%
B=29.69%

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
Decimal2032541930.2000.240.00110.1696.8387.65
HexCBFEC11401806e6158
Octal313376301240300156141130
Binary110010111111111011000001101000110000110111011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEC1; }

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

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

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

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

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

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

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

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