Html Css Color HEX #7BAF9C Acapulco

📋 copy color: '#7BAF9C'

red 123 ◦ green 175 ◦ blue 156

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

Shades of Acapulco #7BAF9C

Tints of Acapulco #7BAF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.55%

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 27.09%
G = 38.55%
B = 34.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#7BAF9C (or 0x7BAF9C) is known color: Acapulco. HEX triplet: 7B, AF and 9C. RGB value is (123,175,156). Sum of RGB (Red+Green+Blue) = 123+175+156=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF9C is #845063. Grayscale: #9D9D9D. Windows color (decimal): -8671332 or 10268539. OLE color: 10268539.

HSL color Cylindrical-coordinate representation of color #7BAF9C: hue angle of 158.08º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF9C is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 156 -
CMYK 0.30 0 0.11 0.31
HSL 158.08º 0.25% 0.58% -
HSV(B) 158.08º 0.3% 0.69% -
XYZ 29.5 37.27 37.09 -
YUV 157.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 123 175 156 0.30 0 0.11 0.31 158.08 0.25 0.58
Hex 7B AF 9C 1E 0 B 1F 9E 19 3A
Octal 173 257 234 36 0 13 37 236 31 72
Binary 1111011 10101111 10011100 11110 0 1011 11111 10011110 11001 111010

Color Harmonies of #7BAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF9C

Black with #7BAF9C

Text Example


Text Example

White with #7BAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,156); }

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

background-color css

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

 a { background-color: rgb(123,175,156); }

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

border-color css

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

 span { border-color: rgb(123,175,156); }

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