Html Css Color HEX #CFFEC0 Tea Green

📋 copy color: '#CFFEC0'

red 207 ◦ green 254 ◦ blue 192

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

Shades of Tea Green #CFFEC0

Tints of Tea Green #CFFEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.9%

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

R = 31.7%
G = 38.9%
B = 29.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#CFFEC0 (or 0xCFFEC0) is known color: Tea Green. HEX triplet: CF, FE and C0. RGB value is (207,254,192). Sum of RGB (Red+Green+Blue) = 207+254+192=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEC0 is #30013F. Grayscale: #E9E9E9. Windows color (decimal): -3146048 or 12648143. OLE color: 12648143.

HSL color Cylindrical-coordinate representation of color #CFFEC0: hue angle of 105.48º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFFEC0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 207 254 192 -
CMYK 0.19 0 0.24 0.00
HSL 105.48º 0.97% 0.87% -
HSV(B) 105.48º 0.24% 1% -
XYZ 70.69 87.95 63.12 -
YUV 232.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 207 254 192 0.19 0 0.24 0.00 105.48 0.97 0.87
Hex CF FE C0 13 0 18 0 69 61 57
Octal 317 376 300 23 0 30 0 151 141 127
Binary 11001111 11111110 11000000 10011 0 11000 0 1101001 1100001 1010111

Color Harmonies of #CFFEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFEC0

Black with #CFFEC0

Text Example


Text Example

White with #CFFEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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