Html Css Color HEX #07A19D Persian Green

📋 copy color: '#07A19D'

red 7 ◦ green 161 ◦ blue 157

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

Shades of Persian Green #07A19D

Tints of Persian Green #07A19D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 2.15%
G = 49.54%
B = 48.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#07A19D (or 0x07A19D) is known color: Persian Green. HEX triplet: 07, A1 and 9D. RGB value is (7,161,157). Sum of RGB (Red+Green+Blue) = 7+161+157=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #07A19D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A19D is #F85E62. Grayscale: #727272. Windows color (decimal): -16277091 or 10330375. OLE color: 10330375.

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

Color convert

RGB 7 161 157 -
CMYK 0.96 0 0.02 0.37
HSL 178.44º 0.92% 0.33% -
HSV(B) 178.44º 0.96% 0.63% -
XYZ 18.92 27.97 36.3 -
YUV 114.5 151.98 51.33 -
System Red Green Blue C M Y K H S L
Decimal 7 161 157 0.96 0 0.02 0.37 178.44 0.92 0.33
Hex 7 A1 9D 60 0 2 25 B2 5C 21
Octal 7 241 235 140 0 2 45 262 134 41
Binary 111 10100001 10011101 1100000 0 10 100101 10110010 1011100 100001

Color Harmonies of #07A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A19D

Black with #07A19D

Text Example


Text Example

White with #07A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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