#CFF6B0

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

Shades of Tea Green #CFF6B0

Tints of Tea Green #CFF6B0

Color information

#CFF6B0 (or 0xCFF6B0) is unknown color: approx Tea Green. HEX triplet: CF, F6 and B0. RGB value is (207,246,176). Sum of RGB (Red+Green+Blue) = 207+246+176=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF6B0 is #30094F. Grayscale: #E2E2E2. Windows color (decimal): -3148112 or 11597519. OLE color: 11597519.

HSL color Cylindrical-coordinate representation of color #CFF6B0: hue angle of 93.43º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF6B0 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB207246176-
CMYK0.1600.280.04
HSL93.43º79.55%82.75%-
HSV(B)93.43º28.46%96.47%-
XYZ66.5282.3153.46-
YUV226.3699.58114.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 246 (96.48% from 255) = 39.11%
BLUE value IS 176 (69.14% from 255) = 27.98%
R=32.91%
G=39.11%
B=27.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072461760.1600.280.0493.4379.5582.75
HexCFF6B01001C45d5053
Octal317366260200344135120123
Binary11001111111101101011000010000011100100101110110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6B0; }

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

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

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

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

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

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

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

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