Html Css Color HEX #C5F0BA Tea Green

📋 copy color: '#C5F0BA'

red 197 ◦ green 240 ◦ blue 186

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

Shades of Tea Green #C5F0BA

Tints of Tea Green #C5F0BA

RGB

 RED value IS 197 (77.34% from 255) = 31.62%

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

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

R = 31.62%
G = 38.52%
B = 29.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#C5F0BA (or 0xC5F0BA) is known color: Tea Green. HEX triplet: C5, F0 and BA. RGB value is (197,240,186). Sum of RGB (Red+Green+Blue) = 197+240+186=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F0BA is #3A0F45. Grayscale: #DDDDDD. Windows color (decimal): -3804998 or 12251333. OLE color: 12251333.

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

Color convert

RGB 197 240 186 -
CMYK 0.18 0 0.22 0.06
HSL 107.78º 0.64% 0.84% -
HSV(B) 107.78º 0.23% 0.94% -
XYZ 63.05 77.74 58.14 -
YUV 220.99 108.25 110.89 -
System Red Green Blue C M Y K H S L
Decimal 197 240 186 0.18 0 0.22 0.06 107.78 0.64 0.84
Hex C5 F0 BA 12 0 16 6 6C 40 54
Octal 305 360 272 22 0 26 6 154 100 124
Binary 11000101 11110000 10111010 10010 0 10110 110 1101100 1000000 1010100

Color Harmonies of #C5F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F0BA

Black with #C5F0BA

Text Example


Text Example

White with #C5F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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