Html Css Color HEX #01BFA9 Caribbean Green

📋 copy color: '#01BFA9'

red 1 ◦ green 191 ◦ blue 169

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

Shades of Caribbean Green #01BFA9

Tints of Caribbean Green #01BFA9

RGB

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

 GREEN value IS 191 (75% from 255) = 52.91%

 BLUE value IS 169 (66.41% from 255) = 46.81%

R = 0.28%
G = 52.91%
B = 46.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#01BFA9 (or 0x01BFA9) is known color: Caribbean Green. HEX triplet: 01, BF and A9. RGB value is (1,191,169). Sum of RGB (Red+Green+Blue) = 1+191+169=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BFA9 is #FE4056. Grayscale: #838383. Windows color (decimal): -16662615 or 11124481. OLE color: 11124481.

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

Color convert

RGB 1 191 169 -
CMYK 0.99 0 0.12 0.25
HSL 173.05º 0.99% 0.38% -
HSV(B) 173.05º 0.99% 0.75% -
XYZ 25.8 40.13 43.92 -
YUV 131.68 149.05 34.79 -
System Red Green Blue C M Y K H S L
Decimal 1 191 169 0.99 0 0.12 0.25 173.05 0.99 0.38
Hex 1 BF A9 63 0 C 19 AD 63 26
Octal 1 277 251 143 0 14 31 255 143 46
Binary 1 10111111 10101001 1100011 0 1100 11001 10101101 1100011 100110

Color Harmonies of #01BFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFA9

Black with #01BFA9

Text Example


Text Example

White with #01BFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,169); }

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

background-color css

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

 a { background-color: rgb(1,191,169); }

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

border-color css

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

 span { border-color: rgb(1,191,169); }

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