Html Css Color HEX #C8FAB0 Tea Green

📋 copy color: '#C8FAB0'

red 200 ◦ green 250 ◦ blue 176

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

Shades of Tea Green #C8FAB0

Tints of Tea Green #C8FAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.12%

R = 31.95%
G = 39.94%
B = 28.12%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#C8FAB0 (or 0xC8FAB0) is known color: Tea Green. HEX triplet: C8, FA and B0. RGB value is (200,250,176). Sum of RGB (Red+Green+Blue) = 200+250+176=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAB0 is #37054F. Grayscale: #E2E2E2. Windows color (decimal): -3605840 or 11598536. OLE color: 11598536.

HSL color Cylindrical-coordinate representation of color #C8FAB0: hue angle of 100.54º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8FAB0 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 250 176 -
CMYK 0.2 0 0.30 0.02
HSL 100.54º 0.88% 0.84% -
HSV(B) 100.54º 0.3% 0.98% -
XYZ 65.84 83.79 53.78 -
YUV 226.61 99.44 109.02 -
System Red Green Blue C M Y K H S L
Decimal 200 250 176 0.2 0 0.30 0.02 100.54 0.88 0.84
Hex C8 FA B0 14 0 1E 2 65 58 54
Octal 310 372 260 24 0 36 2 145 130 124
Binary 11001000 11111010 10110000 10100 0 11110 10 1100101 1011000 1010100

Color Harmonies of #C8FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAB0

Black with #C8FAB0

Text Example


Text Example

White with #C8FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAB0; }

 p { color: rgb(200,250,176); }

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

background-color css

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

 a { background-color: rgb(200,250,176); }

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

border-color css

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

 span { border-color: rgb(200,250,176); }

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