Html Css Color HEX #CFFAC0 Tea Green

📋 copy color: '#CFFAC0'

red 207 ◦ green 250 ◦ blue 192

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

Shades of Tea Green #CFFAC0

Tints of Tea Green #CFFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.52%

 BLUE value IS 192 (75.39% from 255) = 29.58%

R = 31.9%
G = 38.52%
B = 29.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#CFFAC0 (or 0xCFFAC0) is known color: Tea Green. HEX triplet: CF, FA and C0. RGB value is (207,250,192). Sum of RGB (Red+Green+Blue) = 207+250+192=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAC0 is #30053F. Grayscale: #E6E6E6. Windows color (decimal): -3147072 or 12647119. OLE color: 12647119.

HSL color Cylindrical-coordinate representation of color #CFFAC0: hue angle of 104.48º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFFAC0 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 250 192 -
CMYK 0.17 0 0.23 0.02
HSL 104.48º 0.85% 0.87% -
HSV(B) 104.48º 0.23% 0.98% -
XYZ 69.43 85.44 62.7 -
YUV 230.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 207 250 192 0.17 0 0.23 0.02 104.48 0.85 0.87
Hex CF FA C0 11 0 17 2 68 55 57
Octal 317 372 300 21 0 27 2 150 125 127
Binary 11001111 11111010 11000000 10001 0 10111 10 1101000 1010101 1010111

Color Harmonies of #CFFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFAC0

Black with #CFFAC0

Text Example


Text Example

White with #CFFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFAC0; }

 p { color: rgb(207,250,192); }

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

background-color css

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

 a { background-color: rgb(207,250,192); }

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

border-color css

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

 span { border-color: rgb(207,250,192); }

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