#7DBEA1

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

Shades of Padua #7DBEA1

Tints of Padua #7DBEA1

Color information

#7DBEA1 (or 0x7DBEA1) is unknown color: approx Padua. HEX triplet: 7D, BE and A1. RGB value is (125,190,161). Sum of RGB (Red+Green+Blue) = 125+190+161=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEA1 is #82415E. Grayscale: #A7A7A7. Windows color (decimal): -8536415 or 10600061. OLE color: 10600061.

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

Color convert

RGB125190161-
CMYK0.3400.150.25
HSL153.23º33.33%61.76%-
HSV(B)153.23º34.21%74.51%-
XYZ33.343.7640.41-
YUV167.26124.4797.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.26%
GREEN value IS 190 (74.61% from 255) = 39.92%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=26.26%
G=39.92%
B=33.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901610.3400.150.25153.2333.3361.76
Hex7DBEA1220F1999213e
Octal17527624142017312314176
Binary11111011011111010100001100010011111100110011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,190,161); }

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

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

 a { background-color: rgb(125,190,161); }

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

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

 span { border-color: rgb(125,190,161); }

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