#C8FAAB

Color #C8FAAB Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #C8FAAB

Tints of Tea Green #C8FAAB

Color information

#C8FAAB (or 0xC8FAAB) is unknown color: approx Tea Green. HEX triplet: C8, FA and AB. RGB value is (200,250,171). Sum of RGB (Red+Green+Blue) = 200+250+171=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FAAB is #370554. Grayscale: #E2E2E2. Windows color (decimal): -3605845 or 11270856. OLE color: 11270856.

HSL color Cylindrical-coordinate representation of color #C8FAAB: hue angle of 97.97º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8FAAB is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB200250171-
CMYK0.200.320.02
HSL97.97º88.76%82.55%-
HSV(B)97.97º31.6%98.04%-
XYZ65.3683.5951.22-
YUV226.0496.94109.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=32.21%
G=40.26%
B=27.54%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002501710.200.320.0297.9788.7682.55
HexC8FAAB140202625953
Octal310372253240402142131123
Binary11001000111110101010101110100010000010110001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAAB; }

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

 H1.HeaderClassName
 {
   color: #C8FAAB;
 }
 .AnyTagClassName
 {
   color: #C8FAAB;
 }
</style>
background-color css

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

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

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

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

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

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