Html Css Color HEX #7DCC9C Padua

📋 copy color: '#7DCC9C'

red 125 ◦ green 204 ◦ blue 156

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

Shades of Padua #7DCC9C

Tints of Padua #7DCC9C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

 BLUE value IS 156 (61.33% from 255) = 32.16%

R = 25.77%
G = 42.06%
B = 32.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#7DCC9C (or 0x7DCC9C) is known color: Padua. HEX triplet: 7D, CC and 9C. RGB value is (125,204,156). Sum of RGB (Red+Green+Blue) = 125+204+156=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC9C is #823363. Grayscale: #AFAFAF. Windows color (decimal): -8532836 or 10275965. OLE color: 10275965.

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

Color convert

RGB 125 204 156 -
CMYK 0.39 0 0.24 0.2
HSL 143.54º 0.44% 0.65% -
HSV(B) 143.54º 0.39% 0.8% -
XYZ 36.05 49.95 39.19 -
YUV 174.91 117.33 92.4 -
System Red Green Blue C M Y K H S L
Decimal 125 204 156 0.39 0 0.24 0.2 143.54 0.44 0.65
Hex 7D CC 9C 27 0 18 14 90 2C 41
Octal 175 314 234 47 0 30 24 220 54 101
Binary 1111101 11001100 10011100 100111 0 11000 10100 10010000 101100 1000001

Color Harmonies of #7DCC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCC9C

Black with #7DCC9C

Text Example


Text Example

White with #7DCC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,204,156); }

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

background-color css

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

 a { background-color: rgb(125,204,156); }

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

border-color css

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

 span { border-color: rgb(125,204,156); }

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