Html Css Color HEX #7DCE96 Padua

📋 copy color: '#7DCE96'

red 125 ◦ green 206 ◦ blue 150

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

Shades of Padua #7DCE96

Tints of Padua #7DCE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 25.99%
G = 42.83%
B = 31.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#7DCE96 (or 0x7DCE96) is known color: Padua. HEX triplet: 7D, CE and 96. RGB value is (125,206,150). Sum of RGB (Red+Green+Blue) = 125+206+150=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCE96 is #823169. Grayscale: #AFAFAF. Windows color (decimal): -8532330 or 9883261. OLE color: 9883261.

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

Color convert

RGB 125 206 150 -
CMYK 0.39 0 0.27 0.19
HSL 138.52º 0.45% 0.65% -
HSV(B) 138.52º 0.39% 0.81% -
XYZ 36.03 50.7 36.74 -
YUV 175.4 113.66 92.05 -
System Red Green Blue C M Y K H S L
Decimal 125 206 150 0.39 0 0.27 0.19 138.52 0.45 0.65
Hex 7D CE 96 27 0 1B 13 8B 2D 41
Octal 175 316 226 47 0 33 23 213 55 101
Binary 1111101 11001110 10010110 100111 0 11011 10011 10001011 101101 1000001

Color Harmonies of #7DCE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCE96

Black with #7DCE96

Text Example


Text Example

White with #7DCE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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