Html Css Color HEX #7BBB99 Padua

📋 copy color: '#7BBB99'

red 123 ◦ green 187 ◦ blue 153

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

Shades of Padua #7BBB99

Tints of Padua #7BBB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 26.57%
G = 40.39%
B = 33.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#7BBB99 (or 0x7BBB99) is known color: Padua. HEX triplet: 7B, BB and 99. RGB value is (123,187,153). Sum of RGB (Red+Green+Blue) = 123+187+153=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBB99 is #844466. Grayscale: #A4A4A4. Windows color (decimal): -8668263 or 10075003. OLE color: 10075003.

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

Color convert

RGB 123 187 153 -
CMYK 0.34 0 0.18 0.27
HSL 148.13º 0.32% 0.61% -
HSV(B) 148.13º 0.34% 0.73% -
XYZ 31.69 42.05 36.58 -
YUV 163.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 123 187 153 0.34 0 0.18 0.27 148.13 0.32 0.61
Hex 7B BB 99 22 0 12 1B 94 20 3D
Octal 173 273 231 42 0 22 33 224 40 75
Binary 1111011 10111011 10011001 100010 0 10010 11011 10010100 100000 111101

Color Harmonies of #7BBB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBB99

Black with #7BBB99

Text Example


Text Example

White with #7BBB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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