#CFFCB0

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

Shades of Tea Green #CFFCB0

Tints of Tea Green #CFFCB0

Color information

#CFFCB0 (or 0xCFFCB0) is unknown color: approx Tea Green. HEX triplet: CF, FC and B0. RGB value is (207,252,176). Sum of RGB (Red+Green+Blue) = 207+252+176=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFCB0 is #30034F. Grayscale: #E6E6E6. Windows color (decimal): -3146576 or 11599055. OLE color: 11599055.

HSL color Cylindrical-coordinate representation of color #CFFCB0: hue angle of 95.53º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFFCB0 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB207252176-
CMYK0.1800.300.01
HSL95.53º92.68%83.92%-
HSV(B)95.53º30.16%98.82%-
XYZ68.3886.0254.07-
YUV229.8897.59111.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 252 (98.83% from 255) = 39.69%
BLUE value IS 176 (69.14% from 255) = 27.72%
R=32.60%
G=39.69%
B=27.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521760.1800.300.0195.5392.6883.92
HexCFFCB01201E1605d54
Octal317374260220361140135124
Binary110011111111110010110000100100111101110000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCB0; }

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

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

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

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

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

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

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

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