Html Css Color HEX #01BCAC Caribbean Green

📋 copy color: '#01BCAC'

red 1 ◦ green 188 ◦ blue 172

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

Shades of Caribbean Green #01BCAC

Tints of Caribbean Green #01BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 0.28%
G = 52.08%
B = 47.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#01BCAC (or 0x01BCAC) is known color: Caribbean Green. HEX triplet: 01, BC and AC. RGB value is (1,188,172). Sum of RGB (Red+Green+Blue) = 1+188+172=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #01BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BCAC is #FE4353. Grayscale: #828282. Windows color (decimal): -16663380 or 11320321. OLE color: 11320321.

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

Color convert

RGB 1 188 172 -
CMYK 0.99 0 0.09 0.26
HSL 174.87º 0.99% 0.37% -
HSV(B) 174.87º 0.99% 0.74% -
XYZ 25.44 38.95 45.21 -
YUV 130.26 151.55 35.8 -
System Red Green Blue C M Y K H S L
Decimal 1 188 172 0.99 0 0.09 0.26 174.87 0.99 0.37
Hex 1 BC AC 63 0 9 1A AF 63 25
Octal 1 274 254 143 0 11 32 257 143 45
Binary 1 10111100 10101100 1100011 0 1001 11010 10101111 1100011 100101

Color Harmonies of #01BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCAC

Black with #01BCAC

Text Example


Text Example

White with #01BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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