#07A38D

Color #07A38D Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #07A38D

Tints of Persian Green #07A38D

Color information

#07A38D (or 0x07A38D) is unknown color: approx Persian Green. HEX triplet: 07, A3 and 8D. RGB value is (7,163,141). Sum of RGB (Red+Green+Blue) = 7+163+141=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #07A38D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A38D is #F85C72. Grayscale: #717171. Windows color (decimal): -16276595 or 9282311. OLE color: 9282311.

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

Color convert

RGB7163141-
CMYK0.9600.130.36
HSL171.54º91.76%33.33%-
HSV(B)171.54º95.71%63.92%-
XYZ17.9928.1629.69-
YUV113.85143.3251.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.25%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=2.25%
G=52.41%
B=45.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631410.9600.130.36171.5491.7633.33
Hex7A38D600D24ac5c21
Octal72432151400154425413441
Binary1111010001110001101110000001101100100101011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07A38D;
 }
 .AnyTagClassName
 {
   color: #07A38D;
 }
</style>
background-color css

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

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

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

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

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

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