#CBFEB1

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

Shades of Tea Green #CBFEB1

Tints of Tea Green #CBFEB1

Color information

#CBFEB1 (or 0xCBFEB1) is unknown color: approx Tea Green. HEX triplet: CB, FE and B1. RGB value is (203,254,177). Sum of RGB (Red+Green+Blue) = 203+254+177=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 177 (69.53% from 255 or 27.92% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFEB1 is #34014E. Grayscale: #E6E6E6. Windows color (decimal): -3408207 or 11665099. OLE color: 11665099.

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

Color convert

RGB203254177-
CMYK0.2000.300.00
HSL99.74º97.47%84.51%-
HSV(B)99.74º30.31%99.61%-
XYZ68.0186.7554.76-
YUV229.9798.1108.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 177 (69.53% from 255) = 27.92%
R=32.02%
G=40.06%
B=27.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032541770.2000.300.0099.7497.4784.51
HexCBFEB11401E0646155
Octal313376261240360144141125
Binary110010111111111010110001101000111100110010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEB1; }

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

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

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

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

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

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

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

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