Html Css Color HEX #C4F0BC Tea Green

📋 copy color: '#C4F0BC'

red 196 ◦ green 240 ◦ blue 188

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

Shades of Tea Green #C4F0BC

Tints of Tea Green #C4F0BC

RGB

 RED value IS 196 (76.95% from 255) = 31.41%

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

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

R = 31.41%
G = 38.46%
B = 30.13%

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

#C4F0BC (or 0xC4F0BC) is known color: Tea Green. HEX triplet: C4, F0 and BC. RGB value is (196,240,188). Sum of RGB (Red+Green+Blue) = 196+240+188=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 188 (73.83% from 255 or 30.13% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0BC is #3B0F43. Grayscale: #DDDDDD. Windows color (decimal): -3870532 or 12382404. OLE color: 12382404.

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

Color convert

RGB 196 240 188 -
CMYK 0.18 0 0.22 0.06
HSL 110.77º 0.63% 0.84% -
HSV(B) 110.77º 0.22% 0.94% -
XYZ 63 77.69 59.25 -
YUV 220.92 109.42 110.23 -
System Red Green Blue C M Y K H S L
Decimal 196 240 188 0.18 0 0.22 0.06 110.77 0.63 0.84
Hex C4 F0 BC 12 0 16 6 6F 3F 54
Octal 304 360 274 22 0 26 6 157 77 124
Binary 11000100 11110000 10111100 10010 0 10110 110 1101111 111111 1010100

Color Harmonies of #C4F0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F0BC

Black with #C4F0BC

Text Example


Text Example

White with #C4F0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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