Html Css Color HEX #06A6A4 Persian Green

📋 copy color: '#06A6A4'

red 6 ◦ green 166 ◦ blue 164

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

Shades of Persian Green #06A6A4

Tints of Persian Green #06A6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.81%

R = 1.79%
G = 49.4%
B = 48.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#06A6A4 (or 0x06A6A4) is known color: Persian Green. HEX triplet: 06, A6 and A4. RGB value is (6,166,164). Sum of RGB (Red+Green+Blue) = 6+166+164=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #06A6A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A6A4 is #F9595B. Grayscale: #757575. Windows color (decimal): -16341340 or 10790406. OLE color: 10790406.

HSL color Cylindrical-coordinate representation of color #06A6A4: hue angle of 179.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A6A4 is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 6 166 164 -
CMYK 0.96 0 0.01 0.35
HSL 179.25º 0.93% 0.34% -
HSV(B) 179.25º 0.96% 0.65% -
XYZ 20.41 29.99 39.84 -
YUV 117.93 153.99 48.16 -
System Red Green Blue C M Y K H S L
Decimal 6 166 164 0.96 0 0.01 0.35 179.25 0.93 0.34
Hex 6 A6 A4 60 0 1 23 B3 5D 22
Octal 6 246 244 140 0 1 43 263 135 42
Binary 110 10100110 10100100 1100000 0 1 100011 10110011 1011101 100010

Color Harmonies of #06A6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A6A4

Black with #06A6A4

Text Example


Text Example

White with #06A6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,166,164); }

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

background-color css

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

 a { background-color: rgb(6,166,164); }

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

border-color css

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

 span { border-color: rgb(6,166,164); }

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