Html Css Color HEX #7DBA9F Padua

📋 copy color: '#7DBA9F'

red 125 ◦ green 186 ◦ blue 159

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

Shades of Padua #7DBA9F

Tints of Padua #7DBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.83%

R = 26.6%
G = 39.57%
B = 33.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#7DBA9F (or 0x7DBA9F) is known color: Padua. HEX triplet: 7D, BA and 9F. RGB value is (125,186,159). Sum of RGB (Red+Green+Blue) = 125+186+159=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBA9F is #824560. Grayscale: #A4A4A4. Windows color (decimal): -8537441 or 10467965. OLE color: 10467965.

HSL color Cylindrical-coordinate representation of color #7DBA9F: hue angle of 153.44º 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 #7DBA9F is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 186 159 -
CMYK 0.33 0 0.15 0.27
HSL 153.44º 0.31% 0.61% -
HSV(B) 153.44º 0.33% 0.73% -
XYZ 32.27 41.98 39.2 -
YUV 164.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 125 186 159 0.33 0 0.15 0.27 153.44 0.31 0.61
Hex 7D BA 9F 21 0 F 1B 99 1F 3D
Octal 175 272 237 41 0 17 33 231 37 75
Binary 1111101 10111010 10011111 100001 0 1111 11011 10011001 11111 111101

Color Harmonies of #7DBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBA9F

Black with #7DBA9F

Text Example


Text Example

White with #7DBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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