Html Css Color HEX #C2F8BC Tea Green

📋 copy color: '#C2F8BC'

red 194 ◦ green 248 ◦ blue 188

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

Shades of Tea Green #C2F8BC

Tints of Tea Green #C2F8BC

RGB

 RED value IS 194 (76.17% from 255) = 30.79%

 GREEN value IS 248 (97.27% from 255) = 39.37%

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

R = 30.79%
G = 39.37%
B = 29.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#C2F8BC (or 0xC2F8BC) is known color: Tea Green. HEX triplet: C2, F8 and BC. RGB value is (194,248,188). Sum of RGB (Red+Green+Blue) = 194+248+188=630 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.79% from 630); Green value is 248 (97.27% from 255 or 39.37% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 248 - color contains mainly: green. Hex color #C2F8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F8BC is #3D0743. Grayscale: #E1E1E1. Windows color (decimal): -3999556 or 12384450. OLE color: 12384450.

HSL color Cylindrical-coordinate representation of color #C2F8BC: hue angle of 114º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F8BC is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 248 188 -
CMYK 0.22 0 0.24 0.03
HSL 114º 0.81% 0.85% -
HSV(B) 114º 0.24% 0.97% -
XYZ 64.89 82.23 60.03 -
YUV 225.01 107.11 105.88 -
System Red Green Blue C M Y K H S L
Decimal 194 248 188 0.22 0 0.24 0.03 114 0.81 0.85
Hex C2 F8 BC 16 0 18 3 72 51 55
Octal 302 370 274 26 0 30 3 162 121 125
Binary 11000010 11111000 10111100 10110 0 11000 11 1110010 1010001 1010101

Color Harmonies of #C2F8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F8BC

Black with #C2F8BC

Text Example


Text Example

White with #C2F8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F8BC; }

 p { color: rgb(194,248,188); }

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

background-color css

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

 a { background-color: rgb(194,248,188); }

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

border-color css

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

 span { border-color: rgb(194,248,188); }

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