Html Css Color HEX #07A48F Persian Green

📋 copy color: '#07A48F'

red 7 ◦ green 164 ◦ blue 143

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

Shades of Persian Green #07A48F

Tints of Persian Green #07A48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.23%

 BLUE value IS 143 (56.25% from 255) = 45.54%

R = 2.23%
G = 52.23%
B = 45.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#07A48F (or 0x07A48F) is known color: Persian Green. HEX triplet: 07, A4 and 8F. RGB value is (7,164,143). Sum of RGB (Red+Green+Blue) = 7+164+143=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #07A48F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A48F is #F85B70. Grayscale: #727272. Windows color (decimal): -16276337 or 9413639. OLE color: 9413639.

HSL color Cylindrical-coordinate representation of color #07A48F: hue angle of 171.97º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A48F is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 7 164 143 -
CMYK 0.96 0 0.13 0.36
HSL 171.97º 0.92% 0.34% -
HSV(B) 171.97º 0.96% 0.64% -
XYZ 18.32 28.58 30.54 -
YUV 114.66 143.99 51.21 -
System Red Green Blue C M Y K H S L
Decimal 7 164 143 0.96 0 0.13 0.36 171.97 0.92 0.34
Hex 7 A4 8F 60 0 D 24 AC 5C 22
Octal 7 244 217 140 0 15 44 254 134 42
Binary 111 10100100 10001111 1100000 0 1101 100100 10101100 1011100 100010

Color Harmonies of #07A48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A48F

Black with #07A48F

Text Example


Text Example

White with #07A48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,164,143); }

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

background-color css

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

 a { background-color: rgb(7,164,143); }

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

border-color css

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

 span { border-color: rgb(7,164,143); }

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