Html Css Color HEX #7BBB9F Padua

📋 copy color: '#7BBB9F'

red 123 ◦ green 187 ◦ blue 159

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

Shades of Padua #7BBB9F

Tints of Padua #7BBB9F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.87%

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 26.23%
G = 39.87%
B = 33.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#7BBB9F (or 0x7BBB9F) is known color: Padua. HEX triplet: 7B, BB and 9F. RGB value is (123,187,159). Sum of RGB (Red+Green+Blue) = 123+187+159=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBB9F is #844460. Grayscale: #A4A4A4. Windows color (decimal): -8668257 or 10468219. OLE color: 10468219.

HSL color Cylindrical-coordinate representation of color #7BBB9F: hue angle of 153.75º degrees, saturation: 0.32, 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 #7BBB9F is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 187 159 -
CMYK 0.34 0 0.15 0.27
HSL 153.75º 0.32% 0.61% -
HSV(B) 153.75º 0.34% 0.73% -
XYZ 32.2 42.25 39.26 -
YUV 164.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 123 187 159 0.34 0 0.15 0.27 153.75 0.32 0.61
Hex 7B BB 9F 22 0 F 1B 9A 20 3D
Octal 173 273 237 42 0 17 33 232 40 75
Binary 1111011 10111011 10011111 100010 0 1111 11011 10011010 100000 111101

Color Harmonies of #7BBB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBB9F

Black with #7BBB9F

Text Example


Text Example

White with #7BBB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,187,159); }

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

background-color css

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

 a { background-color: rgb(123,187,159); }

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

border-color css

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

 span { border-color: rgb(123,187,159); }

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