#CFFFB0

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

Shades of Tea Green #CFFFB0

Tints of Tea Green #CFFFB0

Color information

#CFFFB0 (or 0xCFFFB0) is unknown color: approx Tea Green. HEX triplet: CF, FF and B0. RGB value is (207,255,176). Sum of RGB (Red+Green+Blue) = 207+255+176=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFB0 is #30004F. Grayscale: #E7E7E7. Windows color (decimal): -3145808 or 11599823. OLE color: 11599823.

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

Color convert

RGB207255176-
CMYK0.1900.310
HSL96.46º100%84.51%-
HSV(B)96.46º30.98%100%-
XYZ69.3387.9254.39-
YUV231.6496.6110.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 176 (69.14% from 255) = 27.59%
R=32.45%
G=39.97%
B=27.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551760.1900.31096.4610084.51
HexCFFFB01301F0606455
Octal317377260230370140144125
Binary110011111111111110110000100110111110110000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFB0; }

 p { color: rgb(207,255,176); }

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

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

 a { background-color: rgb(207,255,176); }

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

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

 span { border-color: rgb(207,255,176); }

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