Html Css Color HEX #7DCDA1 Padua

📋 copy color: '#7DCDA1'

red 125 ◦ green 205 ◦ blue 161

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

Shades of Padua #7DCDA1

Tints of Padua #7DCDA1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

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

R = 25.46%
G = 41.75%
B = 32.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#7DCDA1 (or 0x7DCDA1) is known color: Padua. HEX triplet: 7D, CD and A1. RGB value is (125,205,161). Sum of RGB (Red+Green+Blue) = 125+205+161=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCDA1 is #82325E. Grayscale: #B0B0B0. Windows color (decimal): -8532575 or 10603901. OLE color: 10603901.

HSL color Cylindrical-coordinate representation of color #7DCDA1: hue angle of 147º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDA1 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 161 -
CMYK 0.39 0 0.21 0.20
HSL 147º 0.44% 0.65% -
HSV(B) 147º 0.39% 0.8% -
XYZ 36.72 50.6 41.55 -
YUV 176.06 119.5 91.58 -
System Red Green Blue C M Y K H S L
Decimal 125 205 161 0.39 0 0.21 0.20 147 0.44 0.65
Hex 7D CD A1 27 0 15 14 93 2C 41
Octal 175 315 241 47 0 25 24 223 54 101
Binary 1111101 11001101 10100001 100111 0 10101 10100 10010011 101100 1000001

Color Harmonies of #7DCDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCDA1

Black with #7DCDA1

Text Example


Text Example

White with #7DCDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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