Html Css Color HEX #C0FFB1 Tea Green

📋 copy color: '#C0FFB1'

red 192 ◦ green 255 ◦ blue 177

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

Shades of Tea Green #C0FFB1

Tints of Tea Green #C0FFB1

RGB

 RED value IS 192 (75.39% from 255) = 30.77%

 GREEN value IS 255 (100% from 255) = 40.87%

 BLUE value IS 177 (69.53% from 255) = 28.37%

R = 30.77%
G = 40.87%
B = 28.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#C0FFB1 (or 0xC0FFB1) is known color: Tea Green. HEX triplet: C0, FF and B1. RGB value is (192,255,177). Sum of RGB (Red+Green+Blue) = 192+255+177=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFB1 is #3F004E. Grayscale: #E3E3E3. Windows color (decimal): -4128847 or 11665344. OLE color: 11665344.

HSL color Cylindrical-coordinate representation of color #C0FFB1: hue angle of 108.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0FFB1 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 192 255 177 -
CMYK 0.25 0 0.31 0
HSL 108.46º 1% 0.85% -
HSV(B) 108.46º 0.31% 1% -
XYZ 65.43 85.9 54.73 -
YUV 227.27 99.63 102.84 -
System Red Green Blue C M Y K H S L
Decimal 192 255 177 0.25 0 0.31 0 108.46 1 0.85
Hex C0 FF B1 19 0 1F 0 6C 64 55
Octal 300 377 261 31 0 37 0 154 144 125
Binary 11000000 11111111 10110001 11001 0 11111 0 1101100 1100100 1010101

Color Harmonies of #C0FFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFB1

Black with #C0FFB1

Text Example


Text Example

White with #C0FFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFB1; }

 p { color: rgb(192,255,177); }

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

background-color css

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

 a { background-color: rgb(192,255,177); }

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

border-color css

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

 span { border-color: rgb(192,255,177); }

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