Html Css Color HEX #C4F2BC Tea Green

📋 copy color: '#C4F2BC'

red 196 ◦ green 242 ◦ blue 188

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

Shades of Tea Green #C4F2BC

Tints of Tea Green #C4F2BC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.66%

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

R = 31.31%
G = 38.66%
B = 30.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#C4F2BC (or 0xC4F2BC) is known color: Tea Green. HEX triplet: C4, F2 and BC. RGB value is (196,242,188). Sum of RGB (Red+Green+Blue) = 196+242+188=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F2BC is #3B0D43. Grayscale: #DEDEDE. Windows color (decimal): -3870020 or 12382916. OLE color: 12382916.

HSL color Cylindrical-coordinate representation of color #C4F2BC: hue angle of 111.11º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4F2BC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 242 188 -
CMYK 0.19 0 0.22 0.05
HSL 111.11º 0.68% 0.84% -
HSV(B) 111.11º 0.22% 0.95% -
XYZ 63.59 78.87 59.45 -
YUV 222.09 108.76 109.39 -
System Red Green Blue C M Y K H S L
Decimal 196 242 188 0.19 0 0.22 0.05 111.11 0.68 0.84
Hex C4 F2 BC 13 0 16 5 6F 44 54
Octal 304 362 274 23 0 26 5 157 104 124
Binary 11000100 11110010 10111100 10011 0 10110 101 1101111 1000100 1010100

Color Harmonies of #C4F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F2BC

Black with #C4F2BC

Text Example


Text Example

White with #C4F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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