Html Css Color HEX #01BCA8 Caribbean Green

📋 copy color: '#01BCA8'

red 1 ◦ green 188 ◦ blue 168

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

Shades of Caribbean Green #01BCA8

Tints of Caribbean Green #01BCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.06%

R = 0.28%
G = 52.66%
B = 47.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#01BCA8 (or 0x01BCA8) is known color: Caribbean Green. HEX triplet: 01, BC and A8. RGB value is (1,188,168). Sum of RGB (Red+Green+Blue) = 1+188+168=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BCA8 is #FE4357. Grayscale: #818181. Windows color (decimal): -16663384 or 11058177. OLE color: 11058177.

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

Color convert

RGB 1 188 168 -
CMYK 0.99 0 0.11 0.26
HSL 173.58º 0.99% 0.37% -
HSV(B) 173.58º 0.99% 0.74% -
XYZ 25.06 38.8 43.21 -
YUV 129.81 149.55 36.13 -
System Red Green Blue C M Y K H S L
Decimal 1 188 168 0.99 0 0.11 0.26 173.58 0.99 0.37
Hex 1 BC A8 63 0 B 1A AE 63 25
Octal 1 274 250 143 0 13 32 256 143 45
Binary 1 10111100 10101000 1100011 0 1011 11010 10101110 1100011 100101

Color Harmonies of #01BCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCA8

Black with #01BCA8

Text Example


Text Example

White with #01BCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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