Html Css Color HEX #C8F4AF Tea Green

📋 copy color: '#C8F4AF'

red 200 ◦ green 244 ◦ blue 175

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

Shades of Tea Green #C8F4AF

Tints of Tea Green #C8F4AF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.42%

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

R = 32.31%
G = 39.42%
B = 28.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#C8F4AF (or 0xC8F4AF) is known color: Tea Green. HEX triplet: C8, F4 and AF. RGB value is (200,244,175). Sum of RGB (Red+Green+Blue) = 200+244+175=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F4AF is #370B50. Grayscale: #DFDFDF. Windows color (decimal): -3607377 or 11531464. OLE color: 11531464.

HSL color Cylindrical-coordinate representation of color #C8F4AF: hue angle of 98.26º 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 #C8F4AF is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 244 175 -
CMYK 0.18 0 0.28 0.04
HSL 98.26º 0.76% 0.82% -
HSV(B) 98.26º 0.28% 0.96% -
XYZ 63.91 80.08 52.65 -
YUV 222.98 100.92 111.61 -
System Red Green Blue C M Y K H S L
Decimal 200 244 175 0.18 0 0.28 0.04 98.26 0.76 0.82
Hex C8 F4 AF 12 0 1C 4 62 4C 52
Octal 310 364 257 22 0 34 4 142 114 122
Binary 11001000 11110100 10101111 10010 0 11100 100 1100010 1001100 1010010

Color Harmonies of #C8F4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F4AF

Black with #C8F4AF

Text Example


Text Example

White with #C8F4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F4AF; }

 p { color: rgb(200,244,175); }

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

background-color css

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

 a { background-color: rgb(200,244,175); }

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

border-color css

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

 span { border-color: rgb(200,244,175); }

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