Html Css Color HEX #01BAA1 Caribbean Green

📋 copy color: '#01BAA1'

red 1 ◦ green 186 ◦ blue 161

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

Shades of Caribbean Green #01BAA1

Tints of Caribbean Green #01BAA1

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

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

 BLUE value IS 161 (63.28% from 255) = 46.26%

R = 0.29%
G = 53.45%
B = 46.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#01BAA1 (or 0x01BAA1) is known color: Caribbean Green. HEX triplet: 01, BA and A1. RGB value is (1,186,161). Sum of RGB (Red+Green+Blue) = 1+186+161=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #01BAA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BAA1 is #FE455E. Grayscale: #7F7F7F. Windows color (decimal): -16663903 or 10598913. OLE color: 10598913.

HSL color Cylindrical-coordinate representation of color #01BAA1: hue angle of 171.89º 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 #01BAA1 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 186 161 -
CMYK 0.99 0 0.13 0.27
HSL 171.89º 0.99% 0.37% -
HSV(B) 171.89º 0.99% 0.73% -
XYZ 24 37.7 39.73 -
YUV 127.84 146.71 37.53 -
System Red Green Blue C M Y K H S L
Decimal 1 186 161 0.99 0 0.13 0.27 171.89 0.99 0.37
Hex 1 BA A1 63 0 D 1B AC 63 25
Octal 1 272 241 143 0 15 33 254 143 45
Binary 1 10111010 10100001 1100011 0 1101 11011 10101100 1100011 100101

Color Harmonies of #01BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BAA1

Black with #01BAA1

Text Example


Text Example

White with #01BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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