Html Css Color HEX #06ABAB Persian Green

📋 copy color: '#06ABAB'

red 6 ◦ green 171 ◦ blue 171

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

Shades of Persian Green #06ABAB

Tints of Persian Green #06ABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.14%

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 1.72%
G = 49.14%
B = 49.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#06ABAB (or 0x06ABAB) is known color: Persian Green. HEX triplet: 06, AB and AB. RGB value is (6,171,171). Sum of RGB (Red+Green+Blue) = 6+171+171=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #06ABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06ABAB is #F95454. Grayscale: #797979. Windows color (decimal): -16340053 or 11250438. OLE color: 11250438.

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

Color convert

RGB 6 171 171 -
CMYK 0.96 0 0 0.33
HSL 180º 0.93% 0.35% -
HSV(B) 180º 0.96% 0.67% -
XYZ 21.99 32.1 43.57 -
YUV 121.67 155.84 45.5 -
System Red Green Blue C M Y K H S L
Decimal 6 171 171 0.96 0 0 0.33 180 0.93 0.35
Hex 6 AB AB 60 0 0 21 B4 5D 23
Octal 6 253 253 140 0 0 41 264 135 43
Binary 110 10101011 10101011 1100000 0 0 100001 10110100 1011101 100011

Color Harmonies of #06ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABAB

Black with #06ABAB

Text Example


Text Example

White with #06ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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