Html Css Color HEX #01BE88 Caribbean Green

📋 copy color: '#01BE88'

red 1 ◦ green 190 ◦ blue 136

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

Shades of Caribbean Green #01BE88

Tints of Caribbean Green #01BE88

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.1%

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

R = 0.31%
G = 58.1%
B = 41.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#01BE88 (or 0x01BE88) is known color: Caribbean Green. HEX triplet: 01, BE and 88. RGB value is (1,190,136). Sum of RGB (Red+Green+Blue) = 1+190+136=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BE88 is #FE4177. Grayscale: #7F7F7F. Windows color (decimal): -16662904 or 8961537. OLE color: 8961537.

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

Color convert

RGB 1 190 136 -
CMYK 0.99 0 0.28 0.25
HSL 162.86º 0.99% 0.37% -
HSV(B) 162.86º 0.99% 0.75% -
XYZ 22.87 38.61 29.54 -
YUV 127.33 132.88 37.89 -
System Red Green Blue C M Y K H S L
Decimal 1 190 136 0.99 0 0.28 0.25 162.86 0.99 0.37
Hex 1 BE 88 63 0 1C 19 A3 63 25
Octal 1 276 210 143 0 34 31 243 143 45
Binary 1 10111110 10001000 1100011 0 11100 11001 10100011 1100011 100101

Color Harmonies of #01BE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE88

Black with #01BE88

Text Example


Text Example

White with #01BE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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