Html Css Color HEX #7CBCA0 Padua

📋 copy color: '#7CBCA0'

red 124 ◦ green 188 ◦ blue 160

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

Shades of Padua #7CBCA0

Tints of Padua #7CBCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.83%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 26.27%
G = 39.83%
B = 33.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#7CBCA0 (or 0x7CBCA0) is known color: Padua. HEX triplet: 7C, BC and A0. RGB value is (124,188,160). Sum of RGB (Red+Green+Blue) = 124+188+160=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBCA0 is #83435F. Grayscale: #A5A5A5. Windows color (decimal): -8602464 or 10534012. OLE color: 10534012.

HSL color Cylindrical-coordinate representation of color #7CBCA0: hue angle of 153.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBCA0 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 188 160 -
CMYK 0.34 0 0.15 0.26
HSL 153.75º 0.32% 0.61% -
HSV(B) 153.75º 0.34% 0.74% -
XYZ 32.64 42.79 39.8 -
YUV 165.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 124 188 160 0.34 0 0.15 0.26 153.75 0.32 0.61
Hex 7C BC A0 22 0 F 1A 9A 20 3D
Octal 174 274 240 42 0 17 32 232 40 75
Binary 1111100 10111100 10100000 100010 0 1111 11010 10011010 100000 111101

Color Harmonies of #7CBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBCA0

Black with #7CBCA0

Text Example


Text Example

White with #7CBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,188,160); }

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

background-color css

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

 a { background-color: rgb(124,188,160); }

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

border-color css

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

 span { border-color: rgb(124,188,160); }

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