Html Css Color HEX #01BEA8 Caribbean Green

📋 copy color: '#01BEA8'

red 1 ◦ green 190 ◦ blue 168

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

Shades of Caribbean Green #01BEA8

Tints of Caribbean Green #01BEA8

RGB

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

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

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

R = 0.28%
G = 52.92%
B = 46.8%

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

#01BEA8 (or 0x01BEA8) is known color: Caribbean Green. HEX triplet: 01, BE and A8. RGB value is (1,190,168). Sum of RGB (Red+Green+Blue) = 1+190+168=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEA8 is #FE4157. Grayscale: #828282. Windows color (decimal): -16662872 or 11058689. OLE color: 11058689.

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

Color convert

RGB 1 190 168 -
CMYK 0.99 0 0.12 0.25
HSL 173.02º 0.99% 0.37% -
HSV(B) 173.02º 0.99% 0.75% -
XYZ 25.49 39.66 43.36 -
YUV 130.98 148.88 35.29 -
System Red Green Blue C M Y K H S L
Decimal 1 190 168 0.99 0 0.12 0.25 173.02 0.99 0.37
Hex 1 BE A8 63 0 C 19 AD 63 25
Octal 1 276 250 143 0 14 31 255 143 45
Binary 1 10111110 10101000 1100011 0 1100 11001 10101101 1100011 100101

Color Harmonies of #01BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEA8

Black with #01BEA8

Text Example


Text Example

White with #01BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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