Html Css Color HEX #7FBC9A Padua

📋 copy color: '#7FBC9A'

red 127 ◦ green 188 ◦ blue 154

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

Shades of Padua #7FBC9A

Tints of Padua #7FBC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.09%

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 27.08%
G = 40.09%
B = 32.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#7FBC9A (or 0x7FBC9A) is known color: Padua. HEX triplet: 7F, BC and 9A. RGB value is (127,188,154). Sum of RGB (Red+Green+Blue) = 127+188+154=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC9A is #804365. Grayscale: #A5A5A5. Windows color (decimal): -8405862 or 10140799. OLE color: 10140799.

HSL color Cylindrical-coordinate representation of color #7FBC9A: hue angle of 146.56º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC9A is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 154 -
CMYK 0.32 0 0.18 0.26
HSL 146.56º 0.31% 0.62% -
HSV(B) 146.56º 0.32% 0.74% -
XYZ 32.57 42.81 37.12 -
YUV 165.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 127 188 154 0.32 0 0.18 0.26 146.56 0.31 0.62
Hex 7F BC 9A 20 0 12 1A 93 1F 3E
Octal 177 274 232 40 0 22 32 223 37 76
Binary 1111111 10111100 10011010 100000 0 10010 11010 10010011 11111 111110

Color Harmonies of #7FBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC9A

Black with #7FBC9A

Text Example


Text Example

White with #7FBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,154); }

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

background-color css

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

 a { background-color: rgb(127,188,154); }

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

border-color css

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

 span { border-color: rgb(127,188,154); }

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