Html Css Color HEX #7FAF94 Padua

📋 copy color: '#7FAF94'

red 127 ◦ green 175 ◦ blue 148

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

Shades of Padua #7FAF94

Tints of Padua #7FAF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 28.22%
G = 38.89%
B = 32.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#7FAF94 (or 0x7FAF94) is known color: Padua. HEX triplet: 7F, AF and 94. RGB value is (127,175,148). Sum of RGB (Red+Green+Blue) = 127+175+148=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF94 is #80506B. Grayscale: #9D9D9D. Windows color (decimal): -8409196 or 9744255. OLE color: 9744255.

HSL color Cylindrical-coordinate representation of color #7FAF94: hue angle of 146.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAF94 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 148 -
CMYK 0.27 0 0.15 0.31
HSL 146.25º 0.23% 0.59% -
HSV(B) 146.25º 0.27% 0.69% -
XYZ 29.43 37.31 33.67 -
YUV 157.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 127 175 148 0.27 0 0.15 0.31 146.25 0.23 0.59
Hex 7F AF 94 1B 0 F 1F 92 17 3B
Octal 177 257 224 33 0 17 37 222 27 73
Binary 1111111 10101111 10010100 11011 0 1111 11111 10010010 10111 111011

Color Harmonies of #7FAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF94

Black with #7FAF94

Text Example


Text Example

White with #7FAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,148); }

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

background-color css

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

 a { background-color: rgb(127,175,148); }

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

border-color css

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

 span { border-color: rgb(127,175,148); }

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