Html Css Color HEX #07B5A5 Persian Green

📋 copy color: '#07B5A5'

red 7 ◦ green 181 ◦ blue 165

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

Shades of Persian Green #07B5A5

Tints of Persian Green #07B5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.27%

 BLUE value IS 165 (64.84% from 255) = 46.74%

R = 1.98%
G = 51.27%
B = 46.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#07B5A5 (or 0x07B5A5) is known color: Persian Green. HEX triplet: 07, B5 and A5. RGB value is (7,181,165). Sum of RGB (Red+Green+Blue) = 7+181+165=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #07B5A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B5A5 is #F84A5A. Grayscale: #7F7F7F. Windows color (decimal): -16271963 or 10859783. OLE color: 10859783.

HSL color Cylindrical-coordinate representation of color #07B5A5: hue angle of 174.48º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B5A5 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 181 165 -
CMYK 0.96 0 0.09 0.29
HSL 174.48º 0.93% 0.37% -
HSV(B) 174.48º 0.96% 0.71% -
XYZ 23.4 35.81 41.28 -
YUV 127.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 7 181 165 0.96 0 0.09 0.29 174.48 0.93 0.37
Hex 7 B5 A5 60 0 9 1D AE 5D 25
Octal 7 265 245 140 0 11 35 256 135 45
Binary 111 10110101 10100101 1100000 0 1001 11101 10101110 1011101 100101

Color Harmonies of #07B5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B5A5

Black with #07B5A5

Text Example


Text Example

White with #07B5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,181,165); }

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

background-color css

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

 a { background-color: rgb(7,181,165); }

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

border-color css

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

 span { border-color: rgb(7,181,165); }

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