Html Css Color HEX #01BA88 Caribbean Green

📋 copy color: '#01BA88'

red 1 ◦ green 186 ◦ blue 136

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

Shades of Caribbean Green #01BA88

Tints of Caribbean Green #01BA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 0.31%
G = 57.59%
B = 42.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#01BA88 (or 0x01BA88) is known color: Caribbean Green. HEX triplet: 01, BA and 88. RGB value is (1,186,136). Sum of RGB (Red+Green+Blue) = 1+186+136=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BA88 is #FE4577. Grayscale: #7D7D7D. Windows color (decimal): -16663928 or 8960513. OLE color: 8960513.

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

Color convert

RGB 1 186 136 -
CMYK 0.99 0 0.27 0.27
HSL 163.78º 0.99% 0.37% -
HSV(B) 163.78º 0.99% 0.73% -
XYZ 22.02 36.9 29.25 -
YUV 124.99 134.21 39.57 -
System Red Green Blue C M Y K H S L
Decimal 1 186 136 0.99 0 0.27 0.27 163.78 0.99 0.37
Hex 1 BA 88 63 0 1B 1B A4 63 25
Octal 1 272 210 143 0 33 33 244 143 45
Binary 1 10111010 10001000 1100011 0 11011 11011 10100100 1100011 100101

Color Harmonies of #01BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BA88

Black with #01BA88

Text Example


Text Example

White with #01BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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