Html Css Color HEX #7FBE9C Padua

📋 copy color: '#7FBE9C'

red 127 ◦ green 190 ◦ blue 156

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

Shades of Padua #7FBE9C

Tints of Padua #7FBE9C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 156 (61.33% from 255) = 32.98%

R = 26.85%
G = 40.17%
B = 32.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#7FBE9C (or 0x7FBE9C) is known color: Padua. HEX triplet: 7F, BE and 9C. RGB value is (127,190,156). Sum of RGB (Red+Green+Blue) = 127+190+156=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE9C is #804163. Grayscale: #A7A7A7. Windows color (decimal): -8405348 or 10272383. OLE color: 10272383.

HSL color Cylindrical-coordinate representation of color #7FBE9C: hue angle of 147.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FBE9C is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 156 -
CMYK 0.33 0 0.18 0.25
HSL 147.62º 0.33% 0.62% -
HSV(B) 147.62º 0.33% 0.75% -
XYZ 33.17 43.74 38.15 -
YUV 167.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 127 190 156 0.33 0 0.18 0.25 147.62 0.33 0.62
Hex 7F BE 9C 21 0 12 19 94 21 3E
Octal 177 276 234 41 0 22 31 224 41 76
Binary 1111111 10111110 10011100 100001 0 10010 11001 10010100 100001 111110

Color Harmonies of #7FBE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE9C

Black with #7FBE9C

Text Example


Text Example

White with #7FBE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,190,156); }

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

background-color css

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

 a { background-color: rgb(127,190,156); }

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

border-color css

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

 span { border-color: rgb(127,190,156); }

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