Html Css Color HEX #07A39D Persian Green

📋 copy color: '#07A39D'

red 7 ◦ green 163 ◦ blue 157

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

Shades of Persian Green #07A39D

Tints of Persian Green #07A39D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.85%

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

R = 2.14%
G = 49.85%
B = 48.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#07A39D (or 0x07A39D) is known color: Persian Green. HEX triplet: 07, A3 and 9D. RGB value is (7,163,157). Sum of RGB (Red+Green+Blue) = 7+163+157=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #07A39D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A39D is #F85C62. Grayscale: #737373. Windows color (decimal): -16276579 or 10330887. OLE color: 10330887.

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

Color convert

RGB 7 163 157 -
CMYK 0.96 0 0.04 0.36
HSL 177.69º 0.92% 0.33% -
HSV(B) 177.69º 0.96% 0.64% -
XYZ 19.27 28.67 36.42 -
YUV 115.67 151.32 50.49 -
System Red Green Blue C M Y K H S L
Decimal 7 163 157 0.96 0 0.04 0.36 177.69 0.92 0.33
Hex 7 A3 9D 60 0 4 24 B2 5C 21
Octal 7 243 235 140 0 4 44 262 134 41
Binary 111 10100011 10011101 1100000 0 100 100100 10110010 1011100 100001

Color Harmonies of #07A39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A39D

Black with #07A39D

Text Example


Text Example

White with #07A39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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