Html Css Color HEX #7FBE9A Padua

📋 copy color: '#7FBE9A'

red 127 ◦ green 190 ◦ blue 154

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

Shades of Padua #7FBE9A

Tints of Padua #7FBE9A

RGB

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

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

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

R = 26.96%
G = 40.34%
B = 32.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#7FBE9A (or 0x7FBE9A) is known color: Padua. HEX triplet: 7F, BE and 9A. RGB value is (127,190,154). Sum of RGB (Red+Green+Blue) = 127+190+154=471 (62% of max value = 765). Red value is 127 (50% from 255 or 26.96% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE9A is #804165. Grayscale: #A7A7A7. Windows color (decimal): -8405350 or 10141311. OLE color: 10141311.

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

Color convert

RGB 127 190 154 -
CMYK 0.33 0 0.19 0.25
HSL 145.71º 0.33% 0.62% -
HSV(B) 145.71º 0.33% 0.75% -
XYZ 33 43.67 37.26 -
YUV 167.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 127 190 154 0.33 0 0.19 0.25 145.71 0.33 0.62
Hex 7F BE 9A 21 0 13 19 92 21 3E
Octal 177 276 232 41 0 23 31 222 41 76
Binary 1111111 10111110 10011010 100001 0 10011 11001 10010010 100001 111110

Color Harmonies of #7FBE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE9A

Black with #7FBE9A

Text Example


Text Example

White with #7FBE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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