#74B698

Color #74B698 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #74B698

Tints of Acapulco #74B698

Color information

#74B698 (or 0x74B698) is unknown color: approx Acapulco. HEX triplet: 74, B6 and 98. RGB value is (116,182,152). Sum of RGB (Red+Green+Blue) = 116+182+152=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #74B698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B698 is #8B4967. Grayscale: #9E9E9E. Windows color (decimal): -9128296 or 10008180. OLE color: 10008180.

HSL color Cylindrical-coordinate representation of color #74B698: hue angle of 152.73º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B698 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB116182152-
CMYK0.3600.160.29
HSL152.73º31.13%58.43%-
HSV(B)152.73º36.26%71.37%-
XYZ29.639.4435.76-
YUV158.85124.1397.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 152 (59.77% from 255) = 33.78%
R=25.78%
G=40.44%
B=33.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161821520.3600.160.29152.7331.1358.43
Hex74B698240101D991f3a
Octal16426623044020352313772
Binary11101001011011010011000100100010000111011001100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B698; }

 p { color: rgb(116,182,152); }

 H1.HeaderClassName
 {
   color: #74B698;
 }
 .AnyTagClassName
 {
   color: #74B698;
 }
</style>
background-color css

<style>
 a { background-color: #74B698; }

 a { background-color: rgb(116,182,152); }

 div.DivClassName
 {
   background-color: #74B698;
 }
 .BgClassName
 {
   background-color: #74B698;
 }
</style>
border-color css

<style>
 span { border-color: #74B698; }

 span { border-color: rgb(116,182,152); }

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