Html Css Color HEX #01BC9A Caribbean Green

📋 copy color: '#01BC9A'

red 1 ◦ green 188 ◦ blue 154

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

Shades of Caribbean Green #01BC9A

Tints of Caribbean Green #01BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 0.29%
G = 54.81%
B = 44.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#01BC9A (or 0x01BC9A) is known color: Caribbean Green. HEX triplet: 01, BC and 9A. RGB value is (1,188,154). Sum of RGB (Red+Green+Blue) = 1+188+154=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #01BC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BC9A is #FE4365. Grayscale: #808080. Windows color (decimal): -16663398 or 10140673. OLE color: 10140673.

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

Color convert

RGB 1 188 154 -
CMYK 0.99 0 0.18 0.26
HSL 169.09º 0.99% 0.37% -
HSV(B) 169.09º 0.99% 0.74% -
XYZ 23.83 38.31 36.71 -
YUV 128.21 142.55 37.26 -
System Red Green Blue C M Y K H S L
Decimal 1 188 154 0.99 0 0.18 0.26 169.09 0.99 0.37
Hex 1 BC 9A 63 0 12 1A A9 63 25
Octal 1 274 232 143 0 22 32 251 143 45
Binary 1 10111100 10011010 1100011 0 10010 11010 10101001 1100011 100101

Color Harmonies of #01BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BC9A

Black with #01BC9A

Text Example


Text Example

White with #01BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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