#7FBDA2

Color #7FBDA2 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7FBDA2

Tints of Padua #7FBDA2

Color information

#7FBDA2 (or 0x7FBDA2) is unknown color: approx Padua. HEX triplet: 7F, BD and A2. RGB value is (127,189,162). Sum of RGB (Red+Green+Blue) = 127+189+162=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBDA2 is #80425D. Grayscale: #A7A7A7. Windows color (decimal): -8405598 or 10665343. OLE color: 10665343.

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

Color convert

RGB127189162-
CMYK0.3300.140.26
HSL153.87º31.96%61.96%-
HSV(B)153.87º32.8%74.12%-
XYZ33.4743.5240.82-
YUV167.38124.9699.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=26.57%
G=39.54%
B=33.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891620.3300.140.26153.8731.9661.96
Hex7FBDA2210E1A9a203e
Octal17727524241016322324076
Binary11111111011110110100010100001011101101010011010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,162); }

 H1.HeaderClassName
 {
   color: #7FBDA2;
 }
 .AnyTagClassName
 {
   color: #7FBDA2;
 }
</style>
background-color css

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

 a { background-color: rgb(127,189,162); }

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

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

 span { border-color: rgb(127,189,162); }

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