Html Css Color HEX #07AB9B Persian Green

📋 copy color: '#07AB9B'

red 7 ◦ green 171 ◦ blue 155

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

Shades of Persian Green #07AB9B

Tints of Persian Green #07AB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 2.1%
G = 51.35%
B = 46.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#07AB9B (or 0x07AB9B) is known color: Persian Green. HEX triplet: 07, AB and 9B. RGB value is (7,171,155). Sum of RGB (Red+Green+Blue) = 7+171+155=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AB9B is #F85464. Grayscale: #787878. Windows color (decimal): -16274533 or 10201863. OLE color: 10201863.

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

Color convert

RGB 7 171 155 -
CMYK 0.96 0 0.09 0.33
HSL 174.15º 0.92% 0.35% -
HSV(B) 174.15º 0.96% 0.67% -
XYZ 20.57 31.54 36.01 -
YUV 120.14 147.67 47.3 -
System Red Green Blue C M Y K H S L
Decimal 7 171 155 0.96 0 0.09 0.33 174.15 0.92 0.35
Hex 7 AB 9B 60 0 9 21 AE 5C 23
Octal 7 253 233 140 0 11 41 256 134 43
Binary 111 10101011 10011011 1100000 0 1001 100001 10101110 1011100 100011

Color Harmonies of #07AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AB9B

Black with #07AB9B

Text Example


Text Example

White with #07AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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