Html Css Color HEX #01BEA1 Caribbean Green

📋 copy color: '#01BEA1'

red 1 ◦ green 190 ◦ blue 161

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

Shades of Caribbean Green #01BEA1

Tints of Caribbean Green #01BEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.98%

 BLUE value IS 161 (63.28% from 255) = 45.74%

R = 0.28%
G = 53.98%
B = 45.74%

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

#01BEA1 (or 0x01BEA1) is known color: Caribbean Green. HEX triplet: 01, BE and A1. RGB value is (1,190,161). Sum of RGB (Red+Green+Blue) = 1+190+161=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 161 (63.28% from 255 or 45.74% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEA1 is #FE415E. Grayscale: #828282. Windows color (decimal): -16662879 or 10599937. OLE color: 10599937.

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

Color convert

RGB 1 190 161 -
CMYK 0.99 0 0.15 0.25
HSL 170.79º 0.99% 0.37% -
HSV(B) 170.79º 0.99% 0.75% -
XYZ 24.86 39.41 40.01 -
YUV 130.18 145.38 35.86 -
System Red Green Blue C M Y K H S L
Decimal 1 190 161 0.99 0 0.15 0.25 170.79 0.99 0.37
Hex 1 BE A1 63 0 F 19 AB 63 25
Octal 1 276 241 143 0 17 31 253 143 45
Binary 1 10111110 10100001 1100011 0 1111 11001 10101011 1100011 100101

Color Harmonies of #01BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEA1

Black with #01BEA1

Text Example


Text Example

White with #01BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,161); }

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

background-color css

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

 a { background-color: rgb(1,190,161); }

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

border-color css

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

 span { border-color: rgb(1,190,161); }

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