Html Css Color HEX #7DB598 Padua

📋 copy color: '#7DB598'

red 125 ◦ green 181 ◦ blue 152

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

Shades of Padua #7DB598

Tints of Padua #7DB598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.52%

 BLUE value IS 152 (59.77% from 255) = 33.19%

R = 27.29%
G = 39.52%
B = 33.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#7DB598 (or 0x7DB598) is known color: Padua. HEX triplet: 7D, B5 and 98. RGB value is (125,181,152). Sum of RGB (Red+Green+Blue) = 125+181+152=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB598 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB598 is #824A67. Grayscale: #A1A1A1. Windows color (decimal): -8538728 or 10007933. OLE color: 10007933.

HSL color Cylindrical-coordinate representation of color #7DB598: hue angle of 148.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB598 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 181 152 -
CMYK 0.31 0 0.16 0.29
HSL 148.93º 0.27% 0.6% -
HSV(B) 148.93º 0.31% 0.71% -
XYZ 30.65 39.67 35.75 -
YUV 160.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 125 181 152 0.31 0 0.16 0.29 148.93 0.27 0.6
Hex 7D B5 98 1F 0 10 1D 95 1B 3C
Octal 175 265 230 37 0 20 35 225 33 74
Binary 1111101 10110101 10011000 11111 0 10000 11101 10010101 11011 111100

Color Harmonies of #7DB598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB598

Black with #7DB598

Text Example


Text Example

White with #7DB598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,181,152); }

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

background-color css

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

 a { background-color: rgb(125,181,152); }

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

border-color css

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

 span { border-color: rgb(125,181,152); }

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