#01BAA5

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

Shades of Caribbean Green #01BAA5

Tints of Caribbean Green #01BAA5

Color information

#01BAA5 (or 0x01BAA5) is unknown color: approx Caribbean Green. HEX triplet: 01, BA and A5. RGB value is (1,186,165). Sum of RGB (Red+Green+Blue) = 1+186+165=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #01BAA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BAA5 is #FE455A. Grayscale: #808080. Windows color (decimal): -16663899 or 10861057. OLE color: 10861057.

HSL color Cylindrical-coordinate representation of color #01BAA5: hue angle of 173.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BAA5 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB1186165-
CMYK0.9900.110.27
HSL173.19º98.93%36.67%-
HSV(B)173.19º99.46%72.94%-
XYZ24.3637.8441.62-
YUV128.29148.7137.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=0.28%
G=52.84%
B=46.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11861650.9900.110.27173.1998.9336.67
Hex1BAA5630B1Bad6325
Octal12722451430133325514345
Binary1101110101010010111000110101111011101011011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01BAA5; }

 p { color: rgb(1,186,165); }

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

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

 a { background-color: rgb(1,186,165); }

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

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

 span { border-color: rgb(1,186,165); }

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