Html Css Color HEX #7FBA9F Padua

📋 copy color: '#7FBA9F'

red 127 ◦ green 186 ◦ blue 159

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

Shades of Padua #7FBA9F

Tints of Padua #7FBA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 159 (62.5% from 255) = 33.69%

R = 26.91%
G = 39.41%
B = 33.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#7FBA9F (or 0x7FBA9F) is known color: Padua. HEX triplet: 7F, BA and 9F. RGB value is (127,186,159). Sum of RGB (Red+Green+Blue) = 127+186+159=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA9F is #804560. Grayscale: #A5A5A5. Windows color (decimal): -8406369 or 10467967. OLE color: 10467967.

HSL color Cylindrical-coordinate representation of color #7FBA9F: hue angle of 152.54º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBA9F is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 159 -
CMYK 0.32 0 0.15 0.27
HSL 152.54º 0.3% 0.61% -
HSV(B) 152.54º 0.32% 0.73% -
XYZ 32.57 42.13 39.22 -
YUV 165.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 127 186 159 0.32 0 0.15 0.27 152.54 0.3 0.61
Hex 7F BA 9F 20 0 F 1B 99 1E 3D
Octal 177 272 237 40 0 17 33 231 36 75
Binary 1111111 10111010 10011111 100000 0 1111 11011 10011001 11110 111101

Color Harmonies of #7FBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA9F

Black with #7FBA9F

Text Example


Text Example

White with #7FBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,159); }

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

background-color css

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

 a { background-color: rgb(127,186,159); }

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

border-color css

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

 span { border-color: rgb(127,186,159); }

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