Html Css Color HEX #07ABA0 Persian Green

📋 copy color: '#07ABA0'

red 7 ◦ green 171 ◦ blue 160

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

Shades of Persian Green #07ABA0

Tints of Persian Green #07ABA0

RGB

 RED value IS 7 (3.13% from 255) = 2.07%

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

 BLUE value IS 160 (62.89% from 255) = 47.34%

R = 2.07%
G = 50.59%
B = 47.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#07ABA0 (or 0x07ABA0) is known color: Persian Green. HEX triplet: 07, AB and A0. RGB value is (7,171,160). Sum of RGB (Red+Green+Blue) = 7+171+160=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #07ABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ABA0 is #F8545F. Grayscale: #787878. Windows color (decimal): -16274528 or 10529543. OLE color: 10529543.

HSL color Cylindrical-coordinate representation of color #07ABA0: hue angle of 175.98º degrees, saturation: 0.92, 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 #07ABA0 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 171 160 -
CMYK 0.96 0 0.06 0.33
HSL 175.98º 0.92% 0.35% -
HSV(B) 175.98º 0.96% 0.67% -
XYZ 21 31.71 38.27 -
YUV 120.71 150.17 46.89 -
System Red Green Blue C M Y K H S L
Decimal 7 171 160 0.96 0 0.06 0.33 175.98 0.92 0.35
Hex 7 AB A0 60 0 6 21 B0 5C 23
Octal 7 253 240 140 0 6 41 260 134 43
Binary 111 10101011 10100000 1100000 0 110 100001 10110000 1011100 100011

Color Harmonies of #07ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABA0

Black with #07ABA0

Text Example


Text Example

White with #07ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07ABA0; }

 p { color: rgb(7,171,160); }

 H1.HeaderClassName
 {
   color: #07ABA0;
 }
 .AnyTagClassName
 {
   color: #07ABA0;
 }
</style>

background-color css

<style>
 a { background-color: #07ABA0; }

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

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

border-color css

<style>
 span { border-color: #07ABA0; }

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

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