Html Css Color HEX #7DBEA0 Padua

📋 copy color: '#7DBEA0'

red 125 ◦ green 190 ◦ blue 160

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

Shades of Padua #7DBEA0

Tints of Padua #7DBEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 26.32%
G = 40%
B = 33.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#7DBEA0 (or 0x7DBEA0) is known color: Padua. HEX triplet: 7D, BE and A0. RGB value is (125,190,160). Sum of RGB (Red+Green+Blue) = 125+190+160=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBEA0 is #82415F. Grayscale: #A7A7A7. Windows color (decimal): -8536416 or 10534525. OLE color: 10534525.

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

Color convert

RGB 125 190 160 -
CMYK 0.34 0 0.16 0.25
HSL 152.31º 0.33% 0.62% -
HSV(B) 152.31º 0.34% 0.75% -
XYZ 33.22 43.72 39.95 -
YUV 167.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 125 190 160 0.34 0 0.16 0.25 152.31 0.33 0.62
Hex 7D BE A0 22 0 10 19 98 21 3E
Octal 175 276 240 42 0 20 31 230 41 76
Binary 1111101 10111110 10100000 100010 0 10000 11001 10011000 100001 111110

Color Harmonies of #7DBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBEA0

Black with #7DBEA0

Text Example


Text Example

White with #7DBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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