Html Css Color HEX #06AD9F Persian Green

📋 copy color: '#06AD9F'

red 6 ◦ green 173 ◦ blue 159

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

Shades of Persian Green #06AD9F

Tints of Persian Green #06AD9F

RGB

 RED value IS 6 (2.73% from 255) = 1.78%

 GREEN value IS 173 (67.97% from 255) = 51.18%

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 1.78%
G = 51.18%
B = 47.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#06AD9F (or 0x06AD9F) is known color: Persian Green. HEX triplet: 06, AD and 9F. RGB value is (6,173,159). Sum of RGB (Red+Green+Blue) = 6+173+159=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AD9F is #F95260. Grayscale: #797979. Windows color (decimal): -16339553 or 10464518. OLE color: 10464518.

HSL color Cylindrical-coordinate representation of color #06AD9F: hue angle of 174.97º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD9F is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 173 159 -
CMYK 0.97 0 0.08 0.32
HSL 174.97º 0.93% 0.35% -
HSV(B) 174.97º 0.97% 0.68% -
XYZ 21.28 32.43 37.94 -
YUV 121.47 149.17 45.64 -
System Red Green Blue C M Y K H S L
Decimal 6 173 159 0.97 0 0.08 0.32 174.97 0.93 0.35
Hex 6 AD 9F 61 0 8 20 AF 5D 23
Octal 6 255 237 141 0 10 40 257 135 43
Binary 110 10101101 10011111 1100001 0 1000 100000 10101111 1011101 100011

Color Harmonies of #06AD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AD9F

Black with #06AD9F

Text Example


Text Example

White with #06AD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06AD9F; }

 p { color: rgb(6,173,159); }

 H1.HeaderClassName
 {
   color: #06AD9F;
 }
 .AnyTagClassName
 {
   color: #06AD9F;
 }
</style>

background-color css

<style>
 a { background-color: #06AD9F; }

 a { background-color: rgb(6,173,159); }

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

border-color css

<style>
 span { border-color: #06AD9F; }

 span { border-color: rgb(6,173,159); }

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