Html Css Color HEX #7FBA96 Padua

📋 copy color: '#7FBA96'

red 127 ◦ green 186 ◦ blue 150

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

Shades of Padua #7FBA96

Tints of Padua #7FBA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.4%

R = 27.43%
G = 40.17%
B = 32.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#7FBA96 (or 0x7FBA96) is known color: Padua. HEX triplet: 7F, BA and 96. RGB value is (127,186,150). Sum of RGB (Red+Green+Blue) = 127+186+150=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA96 is #804569. Grayscale: #A4A4A4. Windows color (decimal): -8406378 or 9878143. OLE color: 9878143.

HSL color Cylindrical-coordinate representation of color #7FBA96: hue angle of 143.39º 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 #7FBA96 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 150 -
CMYK 0.32 0 0.19 0.27
HSL 143.39º 0.3% 0.61% -
HSV(B) 143.39º 0.32% 0.73% -
XYZ 31.82 41.83 35.25 -
YUV 164.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 127 186 150 0.32 0 0.19 0.27 143.39 0.3 0.61
Hex 7F BA 96 20 0 13 1B 8F 1E 3D
Octal 177 272 226 40 0 23 33 217 36 75
Binary 1111111 10111010 10010110 100000 0 10011 11011 10001111 11110 111101

Color Harmonies of #7FBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA96

Black with #7FBA96

Text Example


Text Example

White with #7FBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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