#CFF4AF

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

Shades of Tea Green #CFF4AF

Tints of Tea Green #CFF4AF

Color information

#CFF4AF (or 0xCFF4AF) is unknown color: approx Tea Green. HEX triplet: CF, F4 and AF. RGB value is (207,244,175). Sum of RGB (Red+Green+Blue) = 207+244+175=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 244 (95.70% from 255 or 38.98% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4AF is #300B50. Grayscale: #E1E1E1. Windows color (decimal): -3148625 or 11531471. OLE color: 11531471.

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

Color convert

RGB207244175-
CMYK0.1500.280.04
HSL92.17º75.82%82.16%-
HSV(B)92.17º28.28%95.69%-
XYZ65.8281.0652.73-
YUV225.0799.74115.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 244 (95.70% from 255) = 38.98%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=33.07%
G=38.98%
B=27.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072441750.1500.280.0492.1775.8282.16
HexCFF4AFF01C45c4c52
Octal317364257170344134114122
Binary1100111111110100101011111111011100100101110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF4AF; }

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

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

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

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

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

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

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

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