Html Css Color HEX #729E8B Acapulco

📋 copy color: '#729E8B'

red 114 ◦ green 158 ◦ blue 139

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

Shades of Acapulco #729E8B

Tints of Acapulco #729E8B

RGB

 RED value IS 114 (44.92% from 255) = 27.74%

 GREEN value IS 158 (62.11% from 255) = 38.44%

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 27.74%
G = 38.44%
B = 33.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#729E8B (or 0x729E8B) is known color: Acapulco. HEX triplet: 72, 9E and 8B. RGB value is (114,158,139). Sum of RGB (Red+Green+Blue) = 114+158+139=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #729E8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729E8B is #8D6174. Grayscale: #8E8E8E. Windows color (decimal): -9265525 or 9150066. OLE color: 9150066.

HSL color Cylindrical-coordinate representation of color #729E8B: hue angle of 154.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729E8B is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 158 139 -
CMYK 0.28 0 0.12 0.38
HSL 154.09º 0.18% 0.53% -
HSV(B) 154.09º 0.28% 0.62% -
XYZ 23.83 29.9 28.94 -
YUV 142.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 114 158 139 0.28 0 0.12 0.38 154.09 0.18 0.53
Hex 72 9E 8B 1C 0 C 26 9A 12 35
Octal 162 236 213 34 0 14 46 232 22 65
Binary 1110010 10011110 10001011 11100 0 1100 100110 10011010 10010 110101

Color Harmonies of #729E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729E8B

Black with #729E8B

Text Example


Text Example

White with #729E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729E8B; }

 p { color: rgb(114,158,139); }

 H1.HeaderClassName
 {
   color: #729E8B;
 }
 .AnyTagClassName
 {
   color: #729E8B;
 }
</style>

background-color css

<style>
 a { background-color: #729E8B; }

 a { background-color: rgb(114,158,139); }

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

border-color css

<style>
 span { border-color: #729E8B; }

 span { border-color: rgb(114,158,139); }

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