Html Css Color HEX #7DBAA1 Padua

📋 copy color: '#7DBAA1'

red 125 ◦ green 186 ◦ blue 161

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

Shades of Padua #7DBAA1

Tints of Padua #7DBAA1

RGB

 RED value IS 125 (49.22% from 255) = 26.48%

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 161 (63.28% from 255) = 34.11%

R = 26.48%
G = 39.41%
B = 34.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#7DBAA1 (or 0x7DBAA1) is known color: Padua. HEX triplet: 7D, BA and A1. RGB value is (125,186,161). Sum of RGB (Red+Green+Blue) = 125+186+161=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBAA1 is #82455E. Grayscale: #A4A4A4. Windows color (decimal): -8537439 or 10599037. OLE color: 10599037.

HSL color Cylindrical-coordinate representation of color #7DBAA1: hue angle of 155.41º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBAA1 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 161 -
CMYK 0.33 0 0.13 0.27
HSL 155.41º 0.31% 0.61% -
HSV(B) 155.41º 0.33% 0.73% -
XYZ 32.45 42.05 40.12 -
YUV 164.91 125.79 99.53 -
System Red Green Blue C M Y K H S L
Decimal 125 186 161 0.33 0 0.13 0.27 155.41 0.31 0.61
Hex 7D BA A1 21 0 D 1B 9B 1F 3D
Octal 175 272 241 41 0 15 33 233 37 75
Binary 1111101 10111010 10100001 100001 0 1101 11011 10011011 11111 111101

Color Harmonies of #7DBAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBAA1

Black with #7DBAA1

Text Example


Text Example

White with #7DBAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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