Html Css Color HEX #7BBEA0 Padua

📋 copy color: '#7BBEA0'

red 123 ◦ green 190 ◦ blue 160

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

Shades of Padua #7BBEA0

Tints of Padua #7BBEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

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

R = 26%
G = 40.17%
B = 33.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#7BBEA0 (or 0x7BBEA0) is known color: Padua. HEX triplet: 7B, BE and A0. RGB value is (123,190,160). Sum of RGB (Red+Green+Blue) = 123+190+160=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEA0 is #84415F. Grayscale: #A6A6A6. Windows color (decimal): -8667488 or 10534523. OLE color: 10534523.

HSL color Cylindrical-coordinate representation of color #7BBEA0: hue angle of 153.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBEA0 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 190 160 -
CMYK 0.35 0 0.16 0.25
HSL 153.13º 0.34% 0.61% -
HSV(B) 153.13º 0.35% 0.75% -
XYZ 32.93 43.58 39.93 -
YUV 166.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 123 190 160 0.35 0 0.16 0.25 153.13 0.34 0.61
Hex 7B BE A0 23 0 10 19 99 22 3D
Octal 173 276 240 43 0 20 31 231 42 75
Binary 1111011 10111110 10100000 100011 0 10000 11001 10011001 100010 111101

Color Harmonies of #7BBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBEA0

Black with #7BBEA0

Text Example


Text Example

White with #7BBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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