Html Css Color HEX #7BBE94 Padua

📋 copy color: '#7BBE94'

red 123 ◦ green 190 ◦ blue 148

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

Shades of Padua #7BBE94

Tints of Padua #7BBE94

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.21%

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

R = 26.68%
G = 41.21%
B = 32.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#7BBE94 (or 0x7BBE94) is known color: Padua. HEX triplet: 7B, BE and 94. RGB value is (123,190,148). Sum of RGB (Red+Green+Blue) = 123+190+148=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE94 is #84416B. Grayscale: #A5A5A5. Windows color (decimal): -8667500 or 9748091. OLE color: 9748091.

HSL color Cylindrical-coordinate representation of color #7BBE94: hue angle of 142.39º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBE94 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 190 148 -
CMYK 0.35 0 0.22 0.25
HSL 142.39º 0.34% 0.61% -
HSV(B) 142.39º 0.35% 0.75% -
XYZ 31.93 43.18 34.67 -
YUV 165.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 123 190 148 0.35 0 0.22 0.25 142.39 0.34 0.61
Hex 7B BE 94 23 0 16 19 8E 22 3D
Octal 173 276 224 43 0 26 31 216 42 75
Binary 1111011 10111110 10010100 100011 0 10110 11001 10001110 100010 111101

Color Harmonies of #7BBE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBE94

Black with #7BBE94

Text Example


Text Example

White with #7BBE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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