#CBFBB1

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

Shades of Tea Green #CBFBB1

Tints of Tea Green #CBFBB1

Color information

#CBFBB1 (or 0xCBFBB1) is unknown color: approx Tea Green. HEX triplet: CB, FB and B1. RGB value is (203,251,177). Sum of RGB (Red+Green+Blue) = 203+251+177=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFBB1 is #34044E. Grayscale: #E4E4E4. Windows color (decimal): -3408975 or 11664331. OLE color: 11664331.

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

Color convert

RGB203251177-
CMYK0.1900.290.02
HSL98.92º90.24%83.92%-
HSV(B)98.92º29.48%98.43%-
XYZ67.0684.8754.44-
YUV228.2199.1110.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 251 (98.44% from 255) = 39.78%
BLUE value IS 177 (69.53% from 255) = 28.05%
R=32.17%
G=39.78%
B=28.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032511770.1900.290.0298.9290.2483.92
HexCBFBB11301D2635a54
Octal313373261230352143132124
Binary1100101111111011101100011001101110110110001110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBB1; }

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

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

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

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

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

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

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

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