Html Css Color HEX #01BC93 Caribbean Green

📋 copy color: '#01BC93'

red 1 ◦ green 188 ◦ blue 147

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

Shades of Caribbean Green #01BC93

Tints of Caribbean Green #01BC93

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.95%

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 0.3%
G = 55.95%
B = 43.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#01BC93 (or 0x01BC93) is known color: Caribbean Green. HEX triplet: 01, BC and 93. RGB value is (1,188,147). Sum of RGB (Red+Green+Blue) = 1+188+147=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC93 is #FE436C. Grayscale: #7F7F7F. Windows color (decimal): -16663405 or 9681921. OLE color: 9681921.

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

Color convert

RGB 1 188 147 -
CMYK 0.99 0 0.22 0.26
HSL 166.84º 0.99% 0.37% -
HSV(B) 166.84º 0.99% 0.74% -
XYZ 23.26 38.08 33.73 -
YUV 127.41 139.05 37.83 -
System Red Green Blue C M Y K H S L
Decimal 1 188 147 0.99 0 0.22 0.26 166.84 0.99 0.37
Hex 1 BC 93 63 0 16 1A A7 63 25
Octal 1 274 223 143 0 26 32 247 143 45
Binary 1 10111100 10010011 1100011 0 10110 11010 10100111 1100011 100101

Color Harmonies of #01BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC93

Black with #01BC93

Text Example


Text Example

White with #01BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,188,147); }

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

background-color css

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

 a { background-color: rgb(1,188,147); }

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

border-color css

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

 span { border-color: rgb(1,188,147); }

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