Html Css Color HEX #CFF4AF Tea Green

📋 copy color: '#CFF4AF'

red 207 ◦ green 244 ◦ blue 175

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

Shades of Tea Green #CFF4AF

Tints of Tea Green #CFF4AF

RGB

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

 GREEN value IS 244 (95.7% 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 value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#CFF4AF (or 0xCFF4AF) is known color: 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

RGB 207 244 175 -
CMYK 0.15 0 0.28 0.04
HSL 92.17º 0.76% 0.82% -
HSV(B) 92.17º 0.28% 0.96% -
XYZ 65.82 81.06 52.73 -
YUV 225.07 99.74 115.11 -
System Red Green Blue C M Y K H S L
Decimal 207 244 175 0.15 0 0.28 0.04 92.17 0.76 0.82
Hex CF F4 AF F 0 1C 4 5C 4C 52
Octal 317 364 257 17 0 34 4 134 114 122
Binary 11001111 11110100 10101111 1111 0 11100 100 1011100 1001100 1010010

Color Harmonies of #CFF4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF4AF

Black with #CFF4AF

Text Example


Text Example

White with #CFF4AF

Text Example


Text Example

HTML Codes & Css Web 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>