Html Css Color HEX #06ADA3 Persian Green

📋 copy color: '#06ADA3'

red 6 ◦ green 173 ◦ blue 163

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

Shades of Persian Green #06ADA3

Tints of Persian Green #06ADA3

RGB

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

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

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

R = 1.75%
G = 50.58%
B = 47.66%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#06ADA3 (or 0x06ADA3) is known color: Persian Green. HEX triplet: 06, AD and A3. RGB value is (6,173,163). Sum of RGB (Red+Green+Blue) = 6+173+163=342 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #06ADA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06ADA3 is #F9525C. Grayscale: #797979. Windows color (decimal): -16339549 or 10726662. OLE color: 10726662.

HSL color Cylindrical-coordinate representation of color #06ADA3: hue angle of 176.41º 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 #06ADA3 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 6 173 163 -
CMYK 0.97 0 0.06 0.32
HSL 176.41º 0.93% 0.35% -
HSV(B) 176.41º 0.97% 0.68% -
XYZ 21.63 32.57 39.8 -
YUV 121.93 151.17 45.31 -
System Red Green Blue C M Y K H S L
Decimal 6 173 163 0.97 0 0.06 0.32 176.41 0.93 0.35
Hex 6 AD A3 61 0 6 20 B0 5D 23
Octal 6 255 243 141 0 6 40 260 135 43
Binary 110 10101101 10100011 1100001 0 110 100000 10110000 1011101 100011

Color Harmonies of #06ADA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADA3

Black with #06ADA3

Text Example


Text Example

White with #06ADA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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