#0ABA96

Color #0ABA96 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0ABA96

Tints of Caribbean Green #0ABA96

Color information

#0ABA96 (or 0x0ABA96) is unknown color: approx Caribbean Green. HEX triplet: 0A, BA and 96. RGB value is (10,186,150). Sum of RGB (Red+Green+Blue) = 10+186+150=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABA96 is #F54569. Grayscale: #818181. Windows color (decimal): -16074090 or 9878026. OLE color: 9878026.

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

Color convert

RGB10186150-
CMYK0.9500.190.27
HSL167.73º89.8%38.43%-
HSV(B)167.73º94.62%72.94%-
XYZ23.1937.3834.85-
YUV129.27139.6942.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.89%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 150 (58.98% from 255) = 43.35%
R=2.89%
G=53.76%
B=43.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101861500.9500.190.27167.7389.838.43
HexABA965F0131Ba85a26
Octal122722261370233325013246
Binary10101011101010010110101111101001111011101010001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ABA96;
 }
 .AnyTagClassName
 {
   color: #0ABA96;
 }
</style>
background-color css

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

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

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

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

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

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