Html Css Color HEX #0ABA88 Mountain Meadow

📋 copy color: '#0ABA88'

red 10 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #0ABA88

Tints of Mountain Meadow #0ABA88

RGB

 RED value IS 10 (4.3% from 255) = 3.01%

 GREEN value IS 186 (73.05% from 255) = 56.02%

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 3.01%
G = 56.02%
B = 40.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#0ABA88 (or 0x0ABA88) is known color: Mountain Meadow. HEX triplet: 0A, BA and 88. RGB value is (10,186,136). Sum of RGB (Red+Green+Blue) = 10+186+136=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA88 is #F54577. Grayscale: #7F7F7F. Windows color (decimal): -16074104 or 8960522. OLE color: 8960522.

HSL color Cylindrical-coordinate representation of color #0ABA88: hue angle of 162.95º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA88 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 136 -
CMYK 0.95 0 0.27 0.27
HSL 162.95º 0.9% 0.38% -
HSV(B) 162.95º 0.95% 0.73% -
XYZ 22.13 36.96 29.26 -
YUV 127.68 132.69 44.07 -
System Red Green Blue C M Y K H S L
Decimal 10 186 136 0.95 0 0.27 0.27 162.95 0.9 0.38
Hex A BA 88 5F 0 1B 1B A3 5A 26
Octal 12 272 210 137 0 33 33 243 132 46
Binary 1010 10111010 10001000 1011111 0 11011 11011 10100011 1011010 100110

Color Harmonies of #0ABA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA88

Black with #0ABA88

Text Example


Text Example

White with #0ABA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABA88; }

 p { color: rgb(10,186,136); }

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

background-color css

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

 a { background-color: rgb(10,186,136); }

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

border-color css

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

 span { border-color: rgb(10,186,136); }

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