Html Css Color HEX #06AEA8 Persian Green

📋 copy color: '#06AEA8'

red 6 ◦ green 174 ◦ blue 168

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

Shades of Persian Green #06AEA8

Tints of Persian Green #06AEA8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50%

 BLUE value IS 168 (66.02% from 255) = 48.28%

R = 1.72%
G = 50%
B = 48.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#06AEA8 (or 0x06AEA8) is known color: Persian Green. HEX triplet: 06, AE and A8. RGB value is (6,174,168). Sum of RGB (Red+Green+Blue) = 6+174+168=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 168 (66.02% from 255 or 48.28% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #06AEA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AEA8 is #F95157. Grayscale: #7A7A7A. Windows color (decimal): -16339288 or 11054598. OLE color: 11054598.

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

Color convert

RGB 6 174 168 -
CMYK 0.97 0 0.03 0.32
HSL 177.86º 0.93% 0.35% -
HSV(B) 177.86º 0.97% 0.68% -
XYZ 22.28 33.14 42.27 -
YUV 123.08 153.34 44.49 -
System Red Green Blue C M Y K H S L
Decimal 6 174 168 0.97 0 0.03 0.32 177.86 0.93 0.35
Hex 6 AE A8 61 0 3 20 B2 5D 23
Octal 6 256 250 141 0 3 40 262 135 43
Binary 110 10101110 10101000 1100001 0 11 100000 10110010 1011101 100011

Color Harmonies of #06AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AEA8

Black with #06AEA8

Text Example


Text Example

White with #06AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,174,168); }

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

background-color css

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

 a { background-color: rgb(6,174,168); }

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

border-color css

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

 span { border-color: rgb(6,174,168); }

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