Html Css Color HEX #7BBC9A Padua

📋 copy color: '#7BBC9A'

red 123 ◦ green 188 ◦ blue 154

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

Shades of Padua #7BBC9A

Tints of Padua #7BBC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.12%

R = 26.45%
G = 40.43%
B = 33.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#7BBC9A (or 0x7BBC9A) is known color: Padua. HEX triplet: 7B, BC and 9A. RGB value is (123,188,154). Sum of RGB (Red+Green+Blue) = 123+188+154=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC9A is #844365. Grayscale: #A4A4A4. Windows color (decimal): -8668006 or 10140795. OLE color: 10140795.

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

Color convert

RGB 123 188 154 -
CMYK 0.35 0 0.18 0.26
HSL 148.62º 0.33% 0.61% -
HSV(B) 148.62º 0.35% 0.74% -
XYZ 31.98 42.51 37.09 -
YUV 164.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 123 188 154 0.35 0 0.18 0.26 148.62 0.33 0.61
Hex 7B BC 9A 23 0 12 1A 95 21 3D
Octal 173 274 232 43 0 22 32 225 41 75
Binary 1111011 10111100 10011010 100011 0 10010 11010 10010101 100001 111101

Color Harmonies of #7BBC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBC9A

Black with #7BBC9A

Text Example


Text Example

White with #7BBC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,188,154); }

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

background-color css

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

 a { background-color: rgb(123,188,154); }

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

border-color css

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

 span { border-color: rgb(123,188,154); }

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