Html Css Color HEX #7BAD9E Acapulco

📋 copy color: '#7BAD9E'

red 123 ◦ green 173 ◦ blue 158

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

Shades of Acapulco #7BAD9E

Tints of Acapulco #7BAD9E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.11%

 BLUE value IS 158 (62.11% from 255) = 34.8%

R = 27.09%
G = 38.11%
B = 34.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#7BAD9E (or 0x7BAD9E) is known color: Acapulco. HEX triplet: 7B, AD and 9E. RGB value is (123,173,158). Sum of RGB (Red+Green+Blue) = 123+173+158=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAD9E is #845261. Grayscale: #9C9C9C. Windows color (decimal): -8671842 or 10399099. OLE color: 10399099.

HSL color Cylindrical-coordinate representation of color #7BAD9E: hue angle of 162º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAD9E is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 173 158 -
CMYK 0.29 0 0.09 0.32
HSL 162º 0.23% 0.58% -
HSV(B) 162º 0.29% 0.68% -
XYZ 29.28 36.57 37.86 -
YUV 156.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 123 173 158 0.29 0 0.09 0.32 162 0.23 0.58
Hex 7B AD 9E 1D 0 9 20 A2 17 3A
Octal 173 255 236 35 0 11 40 242 27 72
Binary 1111011 10101101 10011110 11101 0 1001 100000 10100010 10111 111010

Color Harmonies of #7BAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAD9E

Black with #7BAD9E

Text Example


Text Example

White with #7BAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,173,158); }

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

background-color css

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

 a { background-color: rgb(123,173,158); }

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

border-color css

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

 span { border-color: rgb(123,173,158); }

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