Html Css Color HEX #7CCD9C Padua

📋 copy color: '#7CCD9C'

red 124 ◦ green 205 ◦ blue 156

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

Shades of Padua #7CCD9C

Tints of Padua #7CCD9C

RGB

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

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

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

R = 25.57%
G = 42.27%
B = 32.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#7CCD9C (or 0x7CCD9C) is known color: Padua. HEX triplet: 7C, CD and 9C. RGB value is (124,205,156). Sum of RGB (Red+Green+Blue) = 124+205+156=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCD9C is #833263. Grayscale: #AFAFAF. Windows color (decimal): -8598116 or 10276220. OLE color: 10276220.

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

Color convert

RGB 124 205 156 -
CMYK 0.40 0 0.24 0.20
HSL 143.7º 0.45% 0.65% -
HSV(B) 143.7º 0.4% 0.8% -
XYZ 36.14 50.35 39.27 -
YUV 175.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 124 205 156 0.40 0 0.24 0.20 143.7 0.45 0.65
Hex 7C CD 9C 28 0 18 14 90 2D 41
Octal 174 315 234 50 0 30 24 220 55 101
Binary 1111100 11001101 10011100 101000 0 11000 10100 10010000 101101 1000001

Color Harmonies of #7CCD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD9C

Black with #7CCD9C

Text Example


Text Example

White with #7CCD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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