Html Css Color HEX #7CCD9F Padua

📋 copy color: '#7CCD9F'

red 124 ◦ green 205 ◦ blue 159

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

Shades of Padua #7CCD9F

Tints of Padua #7CCD9F

RGB

 RED value IS 124 (48.83% from 255) = 25.41%

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

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

R = 25.41%
G = 42.01%
B = 32.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#7CCD9F (or 0x7CCD9F) is known color: Padua. HEX triplet: 7C, CD and 9F. RGB value is (124,205,159). Sum of RGB (Red+Green+Blue) = 124+205+159=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD9F is #833260. Grayscale: #AFAFAF. Windows color (decimal): -8598113 or 10472828. OLE color: 10472828.

HSL color Cylindrical-coordinate representation of color #7CCD9F: hue angle of 145.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCD9F is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 159 -
CMYK 0.40 0 0.22 0.20
HSL 145.93º 0.45% 0.65% -
HSV(B) 145.93º 0.4% 0.8% -
XYZ 36.4 50.45 40.62 -
YUV 175.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 124 205 159 0.40 0 0.22 0.20 145.93 0.45 0.65
Hex 7C CD 9F 28 0 16 14 92 2D 41
Octal 174 315 237 50 0 26 24 222 55 101
Binary 1111100 11001101 10011111 101000 0 10110 10100 10010010 101101 1000001

Color Harmonies of #7CCD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD9F

Black with #7CCD9F

Text Example


Text Example

White with #7CCD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,205,159); }

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

background-color css

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

 a { background-color: rgb(124,205,159); }

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

border-color css

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

 span { border-color: rgb(124,205,159); }

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