Html Css Color HEX #01BA9F Caribbean Green

📋 copy color: '#01BA9F'

red 1 ◦ green 186 ◦ blue 159

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

Shades of Caribbean Green #01BA9F

Tints of Caribbean Green #01BA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 0.29%
G = 53.76%
B = 45.95%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#01BA9F (or 0x01BA9F) is known color: Caribbean Green. HEX triplet: 01, BA and 9F. RGB value is (1,186,159). Sum of RGB (Red+Green+Blue) = 1+186+159=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BA9F is #FE4560. Grayscale: #7F7F7F. Windows color (decimal): -16663905 or 10467841. OLE color: 10467841.

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

Color convert

RGB 1 186 159 -
CMYK 0.99 0 0.15 0.27
HSL 171.24º 0.99% 0.37% -
HSV(B) 171.24º 0.99% 0.73% -
XYZ 23.83 37.63 38.81 -
YUV 127.61 145.71 37.7 -
System Red Green Blue C M Y K H S L
Decimal 1 186 159 0.99 0 0.15 0.27 171.24 0.99 0.37
Hex 1 BA 9F 63 0 F 1B AB 63 25
Octal 1 272 237 143 0 17 33 253 143 45
Binary 1 10111010 10011111 1100011 0 1111 11011 10101011 1100011 100101

Color Harmonies of #01BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA9F

Black with #01BA9F

Text Example


Text Example

White with #01BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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