Html Css Color HEX #C8FFAA Tea Green

📋 copy color: '#C8FFAA'

red 200 ◦ green 255 ◦ blue 170

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

Shades of Tea Green #C8FFAA

Tints of Tea Green #C8FFAA

RGB

 RED value IS 200 (78.52% from 255) = 32%

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

 BLUE value IS 170 (66.8% from 255) = 27.2%

R = 32%
G = 40.8%
B = 27.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#C8FFAA (or 0xC8FFAA) is known color: Tea Green. HEX triplet: C8, FF and AA. RGB value is (200,255,170). Sum of RGB (Red+Green+Blue) = 200+255+170=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FFAA is #370055. Grayscale: #E5E5E5. Windows color (decimal): -3604566 or 11206600. OLE color: 11206600.

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

Color convert

RGB 200 255 170 -
CMYK 0.22 0 0.33 0
HSL 98.82º 1% 0.83% -
HSV(B) 98.82º 0.33% 1% -
XYZ 66.84 86.7 51.24 -
YUV 228.87 94.78 107.41 -
System Red Green Blue C M Y K H S L
Decimal 200 255 170 0.22 0 0.33 0 98.82 1 0.83
Hex C8 FF AA 16 0 21 0 63 64 53
Octal 310 377 252 26 0 41 0 143 144 123
Binary 11001000 11111111 10101010 10110 0 100001 0 1100011 1100100 1010011

Color Harmonies of #C8FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FFAA

Black with #C8FFAA

Text Example


Text Example

White with #C8FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FFAA; }

 p { color: rgb(200,255,170); }

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

background-color css

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

 a { background-color: rgb(200,255,170); }

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

border-color css

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

 span { border-color: rgb(200,255,170); }

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