Html Css Color HEX #C0FFBA Tea Green

📋 copy color: '#C0FFBA'

red 192 ◦ green 255 ◦ blue 186

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

Shades of Tea Green #C0FFBA

Tints of Tea Green #C0FFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.38%

R = 30.33%
G = 40.28%
B = 29.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#C0FFBA (or 0xC0FFBA) is known color: Tea Green. HEX triplet: C0, FF and BA. RGB value is (192,255,186). Sum of RGB (Red+Green+Blue) = 192+255+186=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFBA is #3F0045. Grayscale: #E4E4E4. Windows color (decimal): -4128838 or 12255168. OLE color: 12255168.

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

Color convert

RGB 192 255 186 -
CMYK 0.25 0 0.27 0
HSL 114.78º 1% 0.86% -
HSV(B) 114.78º 0.27% 1% -
XYZ 66.36 86.27 59.61 -
YUV 228.3 104.13 102.11 -
System Red Green Blue C M Y K H S L
Decimal 192 255 186 0.25 0 0.27 0 114.78 1 0.86
Hex C0 FF BA 19 0 1B 0 73 64 56
Octal 300 377 272 31 0 33 0 163 144 126
Binary 11000000 11111111 10111010 11001 0 11011 0 1110011 1100100 1010110

Color Harmonies of #C0FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FFBA

Black with #C0FFBA

Text Example


Text Example

White with #C0FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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