#CFFBB1

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

Shades of Tea Green #CFFBB1

Tints of Tea Green #CFFBB1

Color information

#CFFBB1 (or 0xCFFBB1) is unknown color: approx Tea Green. HEX triplet: CF, FB and B1. RGB value is (207,251,177). Sum of RGB (Red+Green+Blue) = 207+251+177=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFBB1 is #30044E. Grayscale: #E5E5E5. Windows color (decimal): -3146831 or 11664335. OLE color: 11664335.

HSL color Cylindrical-coordinate representation of color #CFFBB1: hue angle of 95.68º 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 #CFFBB1 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB207251177-
CMYK0.1800.290.02
HSL95.68º90.24%83.92%-
HSV(B)95.68º29.48%98.43%-
XYZ68.1785.4354.49-
YUV229.4198.42112.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 177 (69.53% from 255) = 27.87%
R=32.60%
G=39.53%
B=27.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511770.1800.290.0295.6890.2483.92
HexCFFBB11201D2605a54
Octal317373261220352140132124
Binary1100111111111011101100011001001110110110000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBB1; }

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

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

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

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

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

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

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

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