Html Css Color HEX #C5F0BC Tea Green

📋 copy color: '#C5F0BC'

red 197 ◦ green 240 ◦ blue 188

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

Shades of Tea Green #C5F0BC

Tints of Tea Green #C5F0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.08%

R = 31.52%
G = 38.4%
B = 30.08%

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

#C5F0BC (or 0xC5F0BC) is known color: Tea Green. HEX triplet: C5, F0 and BC. RGB value is (197,240,188). Sum of RGB (Red+Green+Blue) = 197+240+188=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F0BC is #3A0F43. Grayscale: #DDDDDD. Windows color (decimal): -3804996 or 12382405. OLE color: 12382405.

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

Color convert

RGB 197 240 188 -
CMYK 0.18 0 0.22 0.06
HSL 109.62º 0.63% 0.84% -
HSV(B) 109.62º 0.22% 0.94% -
XYZ 63.26 77.82 59.26 -
YUV 221.22 109.25 110.73 -
System Red Green Blue C M Y K H S L
Decimal 197 240 188 0.18 0 0.22 0.06 109.62 0.63 0.84
Hex C5 F0 BC 12 0 16 6 6E 3F 54
Octal 305 360 274 22 0 26 6 156 77 124
Binary 11000101 11110000 10111100 10010 0 10110 110 1101110 111111 1010100

Color Harmonies of #C5F0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F0BC

Black with #C5F0BC

Text Example


Text Example

White with #C5F0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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