Html Css Color HEX #7BBEA1 Padua

📋 copy color: '#7BBEA1'

red 123 ◦ green 190 ◦ blue 161

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

Shades of Padua #7BBEA1

Tints of Padua #7BBEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.97%

R = 25.95%
G = 40.08%
B = 33.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#7BBEA1 (or 0x7BBEA1) is known color: Padua. HEX triplet: 7B, BE and A1. RGB value is (123,190,161). Sum of RGB (Red+Green+Blue) = 123+190+161=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBEA1 is #84415E. Grayscale: #A6A6A6. Windows color (decimal): -8667487 or 10600059. OLE color: 10600059.

HSL color Cylindrical-coordinate representation of color #7BBEA1: hue angle of 154.03º 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 #7BBEA1 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 190 161 -
CMYK 0.35 0 0.15 0.25
HSL 154.03º 0.34% 0.61% -
HSV(B) 154.03º 0.35% 0.75% -
XYZ 33.01 43.61 40.4 -
YUV 166.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 123 190 161 0.35 0 0.15 0.25 154.03 0.34 0.61
Hex 7B BE A1 23 0 F 19 9A 22 3D
Octal 173 276 241 43 0 17 31 232 42 75
Binary 1111011 10111110 10100001 100011 0 1111 11001 10011010 100010 111101

Color Harmonies of #7BBEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBEA1

Black with #7BBEA1

Text Example


Text Example

White with #7BBEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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