Html Css Color HEX #CFF7AF Tea Green

📋 copy color: '#CFF7AF'

red 207 ◦ green 247 ◦ blue 175

#CFF7AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CFF7AF

Tints of Tea Green #CFF7AF

RGB

 RED value IS 207 (81.25% from 255) = 32.91%

 GREEN value IS 247 (96.88% from 255) = 39.27%

 BLUE value IS 175 (68.75% from 255) = 27.82%

R = 32.91%
G = 39.27%
B = 27.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#CFF7AF (or 0xCFF7AF) is known color: Tea Green. HEX triplet: CF, F7 and AF. RGB value is (207,247,175). Sum of RGB (Red+Green+Blue) = 207+247+175=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF7AF is #300850. Grayscale: #E3E3E3. Windows color (decimal): -3147857 or 11532239. OLE color: 11532239.

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

Color convert

RGB 207 247 175 -
CMYK 0.16 0 0.29 0.03
HSL 93.33º 0.82% 0.83% -
HSV(B) 93.33º 0.29% 0.97% -
XYZ 66.73 82.88 53.04 -
YUV 226.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 207 247 175 0.16 0 0.29 0.03 93.33 0.82 0.83
Hex CF F7 AF 10 0 1D 3 5D 52 53
Octal 317 367 257 20 0 35 3 135 122 123
Binary 11001111 11110111 10101111 10000 0 11101 11 1011101 1010010 1010011

Color Harmonies of #CFF7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF7AF

Black with #CFF7AF

Text Example


Text Example

White with #CFF7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF7AF; }

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

 H1.HeaderClassName
 {
   color: #CFF7AF;
 }
 .AnyTagClassName
 {
   color: #CFF7AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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