Html Css Color HEX #C8F2BC Tea Green

📋 copy color: '#C8F2BC'

red 200 ◦ green 242 ◦ blue 188

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

Shades of Tea Green #C8F2BC

Tints of Tea Green #C8F2BC

RGB

 RED value IS 200 (78.52% from 255) = 31.75%

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

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

R = 31.75%
G = 38.41%
B = 29.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#C8F2BC (or 0xC8F2BC) is known color: Tea Green. HEX triplet: C8, F2 and BC. RGB value is (200,242,188). Sum of RGB (Red+Green+Blue) = 200+242+188=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2BC is #370D43. Grayscale: #DFDFDF. Windows color (decimal): -3607876 or 12382920. OLE color: 12382920.

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

Color convert

RGB 200 242 188 -
CMYK 0.17 0 0.22 0.05
HSL 106.67º 0.68% 0.84% -
HSV(B) 106.67º 0.22% 0.95% -
XYZ 64.65 79.41 59.5 -
YUV 223.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 200 242 188 0.17 0 0.22 0.05 106.67 0.68 0.84
Hex C8 F2 BC 11 0 16 5 6B 44 54
Octal 310 362 274 21 0 26 5 153 104 124
Binary 11001000 11110010 10111100 10001 0 10110 101 1101011 1000100 1010100

Color Harmonies of #C8F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F2BC

Black with #C8F2BC

Text Example


Text Example

White with #C8F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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