Html Css Color HEX #7FAE92 Padua

📋 copy color: '#7FAE92'

red 127 ◦ green 174 ◦ blue 146

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

Shades of Padua #7FAE92

Tints of Padua #7FAE92

RGB

 RED value IS 127 (50% from 255) = 28.41%

 GREEN value IS 174 (68.36% from 255) = 38.93%

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 28.41%
G = 38.93%
B = 32.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#7FAE92 (or 0x7FAE92) is known color: Padua. HEX triplet: 7F, AE and 92. RGB value is (127,174,146). Sum of RGB (Red+Green+Blue) = 127+174+146=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE92 is #80516D. Grayscale: #9C9C9C. Windows color (decimal): -8409454 or 9612927. OLE color: 9612927.

HSL color Cylindrical-coordinate representation of color #7FAE92: hue angle of 144.26º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAE92 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 146 -
CMYK 0.27 0 0.16 0.32
HSL 144.26º 0.22% 0.59% -
HSV(B) 144.26º 0.27% 0.68% -
XYZ 29.08 36.86 32.78 -
YUV 156.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 127 174 146 0.27 0 0.16 0.32 144.26 0.22 0.59
Hex 7F AE 92 1B 0 10 20 90 16 3B
Octal 177 256 222 33 0 20 40 220 26 73
Binary 1111111 10101110 10010010 11011 0 10000 100000 10010000 10110 111011

Color Harmonies of #7FAE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE92

Black with #7FAE92

Text Example


Text Example

White with #7FAE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FAE92; }

 p { color: rgb(127,174,146); }

 H1.HeaderClassName
 {
   color: #7FAE92;
 }
 .AnyTagClassName
 {
   color: #7FAE92;
 }
</style>

background-color css

<style>
 a { background-color: #7FAE92; }

 a { background-color: rgb(127,174,146); }

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

border-color css

<style>
 span { border-color: #7FAE92; }

 span { border-color: rgb(127,174,146); }

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