#06A48D

Color #06A48D Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #06A48D

Tints of Persian Green #06A48D

Color information

#06A48D (or 0x06A48D) is unknown color: approx Persian Green. HEX triplet: 06, A4 and 8D. RGB value is (6,164,141). Sum of RGB (Red+Green+Blue) = 6+164+141=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #06A48D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A48D is #F95B72. Grayscale: #727272. Windows color (decimal): -16341875 or 9282566. OLE color: 9282566.

HSL color Cylindrical-coordinate representation of color #06A48D: hue angle of 171.27º 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 #06A48D is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB6164141-
CMYK0.9600.140.36
HSL171.27º92.94%33.33%-
HSV(B)171.27º96.34%64.31%-
XYZ18.1628.5129.75-
YUV114.14143.1550.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 164 (64.45% from 255) = 52.73%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=1.93%
G=52.73%
B=45.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61641410.9600.140.36171.2792.9433.33
Hex6A48D600E24ab5d21
Octal62442151400164425313541
Binary1101010010010001101110000001110100100101010111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06A48D;
 }
 .AnyTagClassName
 {
   color: #06A48D;
 }
</style>
background-color css

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

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

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

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

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

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