Html Css Color HEX #7BCCA0 Padua

📋 copy color: '#7BCCA0'

red 123 ◦ green 204 ◦ blue 160

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

Shades of Padua #7BCCA0

Tints of Padua #7BCCA0

RGB

 RED value IS 123 (48.44% from 255) = 25.26%

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

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

R = 25.26%
G = 41.89%
B = 32.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#7BCCA0 (or 0x7BCCA0) is known color: Padua. HEX triplet: 7B, CC and A0. RGB value is (123,204,160). Sum of RGB (Red+Green+Blue) = 123+204+160=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCCA0 is #84335F. Grayscale: #AEAEAE. Windows color (decimal): -8663904 or 10538107. OLE color: 10538107.

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

Color convert

RGB 123 204 160 -
CMYK 0.40 0 0.22 0.2
HSL 147.41º 0.44% 0.64% -
HSV(B) 147.41º 0.4% 0.8% -
XYZ 36.11 49.93 40.99 -
YUV 174.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 123 204 160 0.40 0 0.22 0.2 147.41 0.44 0.64
Hex 7B CC A0 28 0 16 14 93 2C 40
Octal 173 314 240 50 0 26 24 223 54 100
Binary 1111011 11001100 10100000 101000 0 10110 10100 10010011 101100 1000000

Color Harmonies of #7BCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BCCA0

Black with #7BCCA0

Text Example


Text Example

White with #7BCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,204,160); }

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

background-color css

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

 a { background-color: rgb(123,204,160); }

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

border-color css

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

 span { border-color: rgb(123,204,160); }

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