Html Css Color HEX #7BBB94 Padua

📋 copy color: '#7BBB94'

red 123 ◦ green 187 ◦ blue 148

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

Shades of Padua #7BBB94

Tints of Padua #7BBB94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.31%

R = 26.86%
G = 40.83%
B = 32.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#7BBB94 (or 0x7BBB94) is known color: Padua. HEX triplet: 7B, BB and 94. RGB value is (123,187,148). Sum of RGB (Red+Green+Blue) = 123+187+148=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBB94 is #84446B. Grayscale: #A3A3A3. Windows color (decimal): -8668268 or 9747323. OLE color: 9747323.

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

Color convert

RGB 123 187 148 -
CMYK 0.34 0 0.21 0.27
HSL 143.44º 0.32% 0.61% -
HSV(B) 143.44º 0.34% 0.73% -
XYZ 31.28 41.89 34.45 -
YUV 163.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 123 187 148 0.34 0 0.21 0.27 143.44 0.32 0.61
Hex 7B BB 94 22 0 15 1B 8F 20 3D
Octal 173 273 224 42 0 25 33 217 40 75
Binary 1111011 10111011 10010100 100010 0 10101 11011 10001111 100000 111101

Color Harmonies of #7BBB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBB94

Black with #7BBB94

Text Example


Text Example

White with #7BBB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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