Html Css Color HEX #7BBA9D Padua

📋 copy color: '#7BBA9D'

red 123 ◦ green 186 ◦ blue 157

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

Shades of Padua #7BBA9D

Tints of Padua #7BBA9D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 26.39%
G = 39.91%
B = 33.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#7BBA9D (or 0x7BBA9D) is known color: Padua. HEX triplet: 7B, BA and 9D. RGB value is (123,186,157). Sum of RGB (Red+Green+Blue) = 123+186+157=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA9D is #844562. Grayscale: #A3A3A3. Windows color (decimal): -8668515 or 10336891. OLE color: 10336891.

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

Color convert

RGB 123 186 157 -
CMYK 0.34 0 0.16 0.27
HSL 152.38º 0.31% 0.61% -
HSV(B) 152.38º 0.34% 0.73% -
XYZ 31.81 41.76 38.28 -
YUV 163.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 123 186 157 0.34 0 0.16 0.27 152.38 0.31 0.61
Hex 7B BA 9D 22 0 10 1B 98 1F 3D
Octal 173 272 235 42 0 20 33 230 37 75
Binary 1111011 10111010 10011101 100010 0 10000 11011 10011000 11111 111101

Color Harmonies of #7BBA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA9D

Black with #7BBA9D

Text Example


Text Example

White with #7BBA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,186,157); }

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

background-color css

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

 a { background-color: rgb(123,186,157); }

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

border-color css

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

 span { border-color: rgb(123,186,157); }

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