Html Css Color HEX #01B8AA Persian Green

📋 copy color: '#01B8AA'

red 1 ◦ green 184 ◦ blue 170

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

Shades of Persian Green #01B8AA

Tints of Persian Green #01B8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.83%

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 0.28%
G = 51.83%
B = 47.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#01B8AA (or 0x01B8AA) is known color: Persian Green. HEX triplet: 01, B8 and AA. RGB value is (1,184,170). Sum of RGB (Red+Green+Blue) = 1+184+170=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #01B8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B8AA is #FE4755. Grayscale: #7F7F7F. Windows color (decimal): -16664406 or 11188225. OLE color: 11188225.

HSL color Cylindrical-coordinate representation of color #01B8AA: hue angle of 175.41º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B8AA is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 184 170 -
CMYK 0.99 0 0.08 0.28
HSL 175.41º 0.99% 0.36% -
HSV(B) 175.41º 0.99% 0.72% -
XYZ 24.41 37.19 43.92 -
YUV 127.69 151.87 37.64 -
System Red Green Blue C M Y K H S L
Decimal 1 184 170 0.99 0 0.08 0.28 175.41 0.99 0.36
Hex 1 B8 AA 63 0 8 1C AF 63 24
Octal 1 270 252 143 0 10 34 257 143 44
Binary 1 10111000 10101010 1100011 0 1000 11100 10101111 1100011 100100

Color Harmonies of #01B8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B8AA

Black with #01B8AA

Text Example


Text Example

White with #01B8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,184,170); }

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

background-color css

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

 a { background-color: rgb(1,184,170); }

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

border-color css

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

 span { border-color: rgb(1,184,170); }

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