Html Css Color HEX #C0FFAF Tea Green

📋 copy color: '#C0FFAF'

red 192 ◦ green 255 ◦ blue 175

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

Shades of Tea Green #C0FFAF

Tints of Tea Green #C0FFAF

RGB

 RED value IS 192 (75.39% from 255) = 30.87%

 GREEN value IS 255 (100% from 255) = 41%

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

R = 30.87%
G = 41%
B = 28.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#C0FFAF (or 0xC0FFAF) is known color: Tea Green. HEX triplet: C0, FF and AF. RGB value is (192,255,175). Sum of RGB (Red+Green+Blue) = 192+255+175=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFAF is #3F0050. Grayscale: #E3E3E3. Windows color (decimal): -4128849 or 11534272. OLE color: 11534272.

HSL color Cylindrical-coordinate representation of color #C0FFAF: hue angle of 107.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0FFAF is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 175 -
CMYK 0.25 0 0.31 0
HSL 107.25º 1% 0.84% -
HSV(B) 107.25º 0.31% 1% -
XYZ 65.24 85.82 53.68 -
YUV 227.04 98.63 103 -
System Red Green Blue C M Y K H S L
Decimal 192 255 175 0.25 0 0.31 0 107.25 1 0.84
Hex C0 FF AF 19 0 1F 0 6B 64 54
Octal 300 377 257 31 0 37 0 153 144 124
Binary 11000000 11111111 10101111 11001 0 11111 0 1101011 1100100 1010100

Color Harmonies of #C0FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFAF

Black with #C0FFAF

Text Example


Text Example

White with #C0FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFAF; }

 p { color: rgb(192,255,175); }

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

background-color css

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

 a { background-color: rgb(192,255,175); }

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

border-color css

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

 span { border-color: rgb(192,255,175); }

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