Html Css Color HEX #06B5A3 Persian Green

📋 copy color: '#06B5A3'

red 6 ◦ green 181 ◦ blue 163

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

Shades of Persian Green #06B5A3

Tints of Persian Green #06B5A3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.71%

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

R = 1.71%
G = 51.71%
B = 46.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#06B5A3 (or 0x06B5A3) is known color: Persian Green. HEX triplet: 06, B5 and A3. RGB value is (6,181,163). Sum of RGB (Red+Green+Blue) = 6+181+163=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #06B5A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B5A3 is #F94A5C. Grayscale: #7E7E7E. Windows color (decimal): -16337501 or 10728710. OLE color: 10728710.

HSL color Cylindrical-coordinate representation of color #06B5A3: hue angle of 173.83º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B5A3 is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 6 181 163 -
CMYK 0.97 0 0.10 0.29
HSL 173.83º 0.94% 0.37% -
HSV(B) 173.83º 0.97% 0.71% -
XYZ 23.21 35.73 40.32 -
YUV 126.62 148.52 41.96 -
System Red Green Blue C M Y K H S L
Decimal 6 181 163 0.97 0 0.10 0.29 173.83 0.94 0.37
Hex 6 B5 A3 61 0 A 1D AE 5E 25
Octal 6 265 243 141 0 12 35 256 136 45
Binary 110 10110101 10100011 1100001 0 1010 11101 10101110 1011110 100101

Color Harmonies of #06B5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06B5A3

Black with #06B5A3

Text Example


Text Example

White with #06B5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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