Html Css Color HEX #01BFA2 Caribbean Green

📋 copy color: '#01BFA2'

red 1 ◦ green 191 ◦ blue 162

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

Shades of Caribbean Green #01BFA2

Tints of Caribbean Green #01BFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.76%

R = 0.28%
G = 53.95%
B = 45.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#01BFA2 (or 0x01BFA2) is known color: Caribbean Green. HEX triplet: 01, BF and A2. RGB value is (1,191,162). Sum of RGB (Red+Green+Blue) = 1+191+162=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BFA2 is #FE405D. Grayscale: #828282. Windows color (decimal): -16662622 or 10665729. OLE color: 10665729.

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

Color convert

RGB 1 191 162 -
CMYK 0.99 0 0.15 0.25
HSL 170.84º 0.99% 0.38% -
HSV(B) 170.84º 0.99% 0.75% -
XYZ 25.16 39.88 40.55 -
YUV 130.88 145.55 35.36 -
System Red Green Blue C M Y K H S L
Decimal 1 191 162 0.99 0 0.15 0.25 170.84 0.99 0.38
Hex 1 BF A2 63 0 F 19 AB 63 26
Octal 1 277 242 143 0 17 31 253 143 46
Binary 1 10111111 10100010 1100011 0 1111 11001 10101011 1100011 100110

Color Harmonies of #01BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFA2

Black with #01BFA2

Text Example


Text Example

White with #01BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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