Html Css Color HEX #C8F0BA Tea Green

📋 copy color: '#C8F0BA'

red 200 ◦ green 240 ◦ blue 186

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

Shades of Tea Green #C8F0BA

Tints of Tea Green #C8F0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.34%

 BLUE value IS 186 (73.05% from 255) = 29.71%

R = 31.95%
G = 38.34%
B = 29.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#C8F0BA (or 0xC8F0BA) is known color: Tea Green. HEX triplet: C8, F0 and BA. RGB value is (200,240,186). Sum of RGB (Red+Green+Blue) = 200+240+186=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0BA is #370F45. Grayscale: #DEDEDE. Windows color (decimal): -3608390 or 12251336. OLE color: 12251336.

HSL color Cylindrical-coordinate representation of color #C8F0BA: hue angle of 104.44º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8F0BA is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 240 186 -
CMYK 0.17 0 0.22 0.06
HSL 104.44º 0.64% 0.84% -
HSV(B) 104.44º 0.23% 0.94% -
XYZ 63.84 78.14 58.17 -
YUV 221.88 107.75 112.39 -
System Red Green Blue C M Y K H S L
Decimal 200 240 186 0.17 0 0.22 0.06 104.44 0.64 0.84
Hex C8 F0 BA 11 0 16 6 68 40 54
Octal 310 360 272 21 0 26 6 150 100 124
Binary 11001000 11110000 10111010 10001 0 10110 110 1101000 1000000 1010100

Color Harmonies of #C8F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F0BA

Black with #C8F0BA

Text Example


Text Example

White with #C8F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F0BA; }

 p { color: rgb(200,240,186); }

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

background-color css

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

 a { background-color: rgb(200,240,186); }

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

border-color css

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

 span { border-color: rgb(200,240,186); }

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