Html Css Color HEX #06A49D Persian Green

📋 copy color: '#06A49D'

red 6 ◦ green 164 ◦ blue 157

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

Shades of Persian Green #06A49D

Tints of Persian Green #06A49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 1.83%
G = 50.15%
B = 48.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#06A49D (or 0x06A49D) is known color: Persian Green. HEX triplet: 06, A4 and 9D. RGB value is (6,164,157). Sum of RGB (Red+Green+Blue) = 6+164+157=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #06A49D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A49D is #F95B62. Grayscale: #737373. Windows color (decimal): -16341859 or 10331142. OLE color: 10331142.

HSL color Cylindrical-coordinate representation of color #06A49D: hue angle of 177.34º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A49D is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 164 157 -
CMYK 0.96 0 0.04 0.36
HSL 177.34º 0.93% 0.33% -
HSV(B) 177.34º 0.96% 0.64% -
XYZ 19.44 29.02 36.48 -
YUV 115.96 151.15 49.57 -
System Red Green Blue C M Y K H S L
Decimal 6 164 157 0.96 0 0.04 0.36 177.34 0.93 0.33
Hex 6 A4 9D 60 0 4 24 B1 5D 21
Octal 6 244 235 140 0 4 44 261 135 41
Binary 110 10100100 10011101 1100000 0 100 100100 10110001 1011101 100001

Color Harmonies of #06A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A49D

Black with #06A49D

Text Example


Text Example

White with #06A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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