Html Css Color HEX #00A6A3 Persian Green

📋 copy color: '#00A6A3'

red 0 ◦ green 166 ◦ blue 163

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

Shades of Persian Green #00A6A3

Tints of Persian Green #00A6A3

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 163 (64.06% from 255) = 49.54%

R = 0%
G = 50.46%
B = 49.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#00A6A3 (or 0x00A6A3) is known color: Persian Green. HEX triplet: 00, A6 and A3. RGB value is (0,166,163). Sum of RGB (Red+Green+Blue) = 0+166+163=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 163 (64.06% from 255 or 49.54% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #00A6A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A6A3 is #FF595C. Grayscale: #737373. Windows color (decimal): -16734557 or 10724864. OLE color: 10724864.

HSL color Cylindrical-coordinate representation of color #00A6A3: hue angle of 178.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A6A3 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 166 163 -
CMYK 1 0 0.02 0.35
HSL 178.92º 1% 0.33% -
HSV(B) 178.92º 1% 0.65% -
XYZ 20.25 29.92 39.36 -
YUV 116.02 154.5 45.24 -
System Red Green Blue C M Y K H S L
Decimal 0 166 163 1 0 0.02 0.35 178.92 1 0.33
Hex 0 A6 A3 64 0 2 23 B3 64 21
Octal 0 246 243 144 0 2 43 263 144 41
Binary 0 10100110 10100011 1100100 0 10 100011 10110011 1100100 100001

Color Harmonies of #00A6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A6A3

Black with #00A6A3

Text Example


Text Example

White with #00A6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,166,163); }

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

background-color css

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

 a { background-color: rgb(0,166,163); }

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

border-color css

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

 span { border-color: rgb(0,166,163); }

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