#CFF6AF

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

Shades of Tea Green #CFF6AF

Tints of Tea Green #CFF6AF

Color information

#CFF6AF (or 0xCFF6AF) is unknown color: approx Tea Green. HEX triplet: CF, F6 and AF. RGB value is (207,246,175). Sum of RGB (Red+Green+Blue) = 207+246+175=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF6AF is #300950. Grayscale: #E2E2E2. Windows color (decimal): -3148113 or 11531983. OLE color: 11531983.

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

Color convert

RGB207246175-
CMYK0.1600.290.04
HSL92.96º79.78%82.55%-
HSV(B)92.96º28.86%96.47%-
XYZ66.4382.2752.94-
YUV226.2499.08114.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 246 (96.48% from 255) = 39.17%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=32.96%
G=39.17%
B=27.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072461750.1600.290.0492.9679.7882.55
HexCFF6AF1001D45d5053
Octal317366257200354135120123
Binary11001111111101101010111110000011101100101110110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6AF; }

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

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

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

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

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

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

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

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