#CBFBB4

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

Shades of Tea Green #CBFBB4

Tints of Tea Green #CBFBB4

Color information

#CBFBB4 (or 0xCBFBB4) is unknown color: approx Tea Green. HEX triplet: CB, FB and B4. RGB value is (203,251,180). Sum of RGB (Red+Green+Blue) = 203+251+180=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBB4 is #34044B. Grayscale: #E4E4E4. Windows color (decimal): -3408972 or 11860939. OLE color: 11860939.

HSL color Cylindrical-coordinate representation of color #CBFBB4: hue angle of 100.56º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBFBB4 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB203251180-
CMYK0.1900.280.02
HSL100.56º89.87%84.51%-
HSV(B)100.56º28.29%98.43%-
XYZ67.3684.9956.03-
YUV228.55100.6109.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 251 (98.44% from 255) = 39.59%
BLUE value IS 180 (70.70% from 255) = 28.39%
R=32.02%
G=39.59%
B=28.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032511800.1900.280.02100.5689.8784.51
HexCBFBB41301C2655a55
Octal313373264230342145132125
Binary1100101111111011101101001001101110010110010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBB4; }

 p { color: rgb(203,251,180); }

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

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

 a { background-color: rgb(203,251,180); }

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

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

 span { border-color: rgb(203,251,180); }

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