Html Css Color HEX #7DCE9A Padua

📋 copy color: '#7DCE9A'

red 125 ◦ green 206 ◦ blue 154

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

Shades of Padua #7DCE9A

Tints of Padua #7DCE9A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 25.77%
G = 42.47%
B = 31.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#7DCE9A (or 0x7DCE9A) is known color: Padua. HEX triplet: 7D, CE and 9A. RGB value is (125,206,154). Sum of RGB (Red+Green+Blue) = 125+206+154=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE9A is #823165. Grayscale: #AFAFAF. Windows color (decimal): -8532326 or 10145405. OLE color: 10145405.

HSL color Cylindrical-coordinate representation of color #7DCE9A: hue angle of 141.48º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCE9A is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 206 154 -
CMYK 0.39 0 0.25 0.19
HSL 141.48º 0.45% 0.65% -
HSV(B) 141.48º 0.39% 0.81% -
XYZ 36.36 50.84 38.47 -
YUV 175.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 125 206 154 0.39 0 0.25 0.19 141.48 0.45 0.65
Hex 7D CE 9A 27 0 19 13 8D 2D 41
Octal 175 316 232 47 0 31 23 215 55 101
Binary 1111101 11001110 10011010 100111 0 11001 10011 10001101 101101 1000001

Color Harmonies of #7DCE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE9A

Black with #7DCE9A

Text Example


Text Example

White with #7DCE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,206,154); }

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

background-color css

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

 a { background-color: rgb(125,206,154); }

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

border-color css

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

 span { border-color: rgb(125,206,154); }

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