Html Css Color HEX #7CCA9C Padua

📋 copy color: '#7CCA9C'

red 124 ◦ green 202 ◦ blue 156

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

Shades of Padua #7CCA9C

Tints of Padua #7CCA9C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

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

R = 25.73%
G = 41.91%
B = 32.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#7CCA9C (or 0x7CCA9C) is known color: Padua. HEX triplet: 7C, CA and 9C. RGB value is (124,202,156). Sum of RGB (Red+Green+Blue) = 124+202+156=482 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.73% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCA9C is #833563. Grayscale: #ADADAD. Windows color (decimal): -8598884 or 10275452. OLE color: 10275452.

HSL color Cylindrical-coordinate representation of color #7CCA9C: hue angle of 144.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCA9C is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 202 156 -
CMYK 0.39 0 0.23 0.21
HSL 144.62º 0.42% 0.64% -
HSV(B) 144.62º 0.39% 0.79% -
XYZ 35.43 48.93 39.03 -
YUV 173.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 124 202 156 0.39 0 0.23 0.21 144.62 0.42 0.64
Hex 7C CA 9C 27 0 17 15 91 2A 40
Octal 174 312 234 47 0 27 25 221 52 100
Binary 1111100 11001010 10011100 100111 0 10111 10101 10010001 101010 1000000

Color Harmonies of #7CCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA9C

Black with #7CCA9C

Text Example


Text Example

White with #7CCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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