Html Css Color HEX #0ABA95 Caribbean Green

📋 copy color: '#0ABA95'

red 10 ◦ green 186 ◦ blue 149

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

Shades of Caribbean Green #0ABA95

Tints of Caribbean Green #0ABA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 2.9%
G = 53.91%
B = 43.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#0ABA95 (or 0x0ABA95) is known color: Caribbean Green. HEX triplet: 0A, BA and 95. RGB value is (10,186,149). Sum of RGB (Red+Green+Blue) = 10+186+149=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA95 is #F5456A. Grayscale: #818181. Windows color (decimal): -16074091 or 9812490. OLE color: 9812490.

HSL color Cylindrical-coordinate representation of color #0ABA95: hue angle of 167.39º 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 #0ABA95 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 186 149 -
CMYK 0.95 0 0.20 0.27
HSL 167.39º 0.9% 0.38% -
HSV(B) 167.39º 0.95% 0.73% -
XYZ 23.11 37.35 34.43 -
YUV 129.16 139.19 43.01 -
System Red Green Blue C M Y K H S L
Decimal 10 186 149 0.95 0 0.20 0.27 167.39 0.9 0.38
Hex A BA 95 5F 0 14 1B A7 5A 26
Octal 12 272 225 137 0 24 33 247 132 46
Binary 1010 10111010 10010101 1011111 0 10100 11011 10100111 1011010 100110

Color Harmonies of #0ABA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA95

Black with #0ABA95

Text Example


Text Example

White with #0ABA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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