#CFF9AF

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

Shades of Tea Green #CFF9AF

Tints of Tea Green #CFF9AF

Color information

#CFF9AF (or 0xCFF9AF) is unknown color: approx Tea Green. HEX triplet: CF, F9 and AF. RGB value is (207,249,175). Sum of RGB (Red+Green+Blue) = 207+249+175=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF9AF is #300650. Grayscale: #E4E4E4. Windows color (decimal): -3147345 or 11532751. OLE color: 11532751.

HSL color Cylindrical-coordinate representation of color #CFF9AF: hue angle of 94.05º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF9AF is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB207249175-
CMYK0.1700.300.02
HSL94.05º86.05%83.14%-
HSV(B)94.05º29.72%97.65%-
XYZ67.3584.1153.24-
YUV228.0198.09113.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 249 (97.66% from 255) = 39.46%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=32.81%
G=39.46%
B=27.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491750.1700.300.0294.0586.0583.14
HexCFF9AF1101E25e5653
Octal317371257210362136126123
Binary1100111111111001101011111000101111010101111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9AF; }

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

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

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

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

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

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

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

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