Html Css Color HEX #07AF8E Persian Green

📋 copy color: '#07AF8E'

red 7 ◦ green 175 ◦ blue 142

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

Shades of Persian Green #07AF8E

Tints of Persian Green #07AF8E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.01%

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 2.16%
G = 54.01%
B = 43.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#07AF8E (or 0x07AF8E) is known color: Persian Green. HEX triplet: 07, AF and 8E. RGB value is (7,175,142). Sum of RGB (Red+Green+Blue) = 7+175+142=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AF8E is #F85071. Grayscale: #787878. Windows color (decimal): -16273522 or 9350919. OLE color: 9350919.

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

Color convert

RGB 7 175 142 -
CMYK 0.96 0 0.19 0.31
HSL 168.21º 0.92% 0.36% -
HSV(B) 168.21º 0.96% 0.69% -
XYZ 20.3 32.66 30.82 -
YUV 121.01 139.84 46.68 -
System Red Green Blue C M Y K H S L
Decimal 7 175 142 0.96 0 0.19 0.31 168.21 0.92 0.36
Hex 7 AF 8E 60 0 13 1F A8 5C 24
Octal 7 257 216 140 0 23 37 250 134 44
Binary 111 10101111 10001110 1100000 0 10011 11111 10101000 1011100 100100

Color Harmonies of #07AF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AF8E

Black with #07AF8E

Text Example


Text Example

White with #07AF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,175,142); }

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

background-color css

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

 a { background-color: rgb(7,175,142); }

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

border-color css

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

 span { border-color: rgb(7,175,142); }

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