Html Css Color HEX #07A19B Persian Green

📋 copy color: '#07A19B'

red 7 ◦ green 161 ◦ blue 155

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

Shades of Persian Green #07A19B

Tints of Persian Green #07A19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.85%

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

R = 2.17%
G = 49.85%
B = 47.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#07A19B (or 0x07A19B) is known color: Persian Green. HEX triplet: 07, A1 and 9B. RGB value is (7,161,155). Sum of RGB (Red+Green+Blue) = 7+161+155=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 161 (63.28% from 255 or 49.85% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 161 - color contains mainly: green. Hex color #07A19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A19B is #F85E64. Grayscale: #727272. Windows color (decimal): -16277093 or 10199303. OLE color: 10199303.

HSL color Cylindrical-coordinate representation of color #07A19B: hue angle of 177.66º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A19B is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 7 161 155 -
CMYK 0.96 0 0.04 0.37
HSL 177.66º 0.92% 0.33% -
HSV(B) 177.66º 0.96% 0.63% -
XYZ 18.75 27.9 35.41 -
YUV 114.27 150.98 51.49 -
System Red Green Blue C M Y K H S L
Decimal 7 161 155 0.96 0 0.04 0.37 177.66 0.92 0.33
Hex 7 A1 9B 60 0 4 25 B2 5C 21
Octal 7 241 233 140 0 4 45 262 134 41
Binary 111 10100001 10011011 1100000 0 100 100101 10110010 1011100 100001

Color Harmonies of #07A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A19B

Black with #07A19B

Text Example


Text Example

White with #07A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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