Html Css Color HEX #00A49B Persian Green

📋 copy color: '#00A49B'

red 0 ◦ green 164 ◦ blue 155

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

Shades of Persian Green #00A49B

Tints of Persian Green #00A49B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 164 (64.45% from 255) = 51.41%

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 0%
G = 51.41%
B = 48.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#00A49B (or 0x00A49B) is known color: Persian Green. HEX triplet: 00, A4 and 9B. RGB value is (0,164,155). Sum of RGB (Red+Green+Blue) = 0+164+155=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #00A49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A49B is #FF5B64. Grayscale: #717171. Windows color (decimal): -16735077 or 10200064. OLE color: 10200064.

HSL color Cylindrical-coordinate representation of color #00A49B: hue angle of 176.71º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A49B is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 164 155 -
CMYK 1 0 0.05 0.36
HSL 176.71º 1% 0.32% -
HSV(B) 176.71º 1% 0.64% -
XYZ 19.19 28.92 35.58 -
YUV 113.94 151.17 46.73 -
System Red Green Blue C M Y K H S L
Decimal 0 164 155 1 0 0.05 0.36 176.71 1 0.32
Hex 0 A4 9B 64 0 5 24 B1 64 20
Octal 0 244 233 144 0 5 44 261 144 40
Binary 0 10100100 10011011 1100100 0 101 100100 10110001 1100100 100000

Color Harmonies of #00A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A49B

Black with #00A49B

Text Example


Text Example

White with #00A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A49B; }

 p { color: rgb(0,164,155); }

 H1.HeaderClassName
 {
   color: #00A49B;
 }
 .AnyTagClassName
 {
   color: #00A49B;
 }
</style>

background-color css

<style>
 a { background-color: #00A49B; }

 a { background-color: rgb(0,164,155); }

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

border-color css

<style>
 span { border-color: #00A49B; }

 span { border-color: rgb(0,164,155); }

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