#68A58F

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

Shades of Acapulco #68A58F

Tints of Acapulco #68A58F

Color information

#68A58F (or 0x68A58F) is unknown color: approx Acapulco. HEX triplet: 68, A5 and 8F. RGB value is (104,165,143). Sum of RGB (Red+Green+Blue) = 104+165+143=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 165 - color contains mainly: green. Hex color #68A58F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A58F is #975A70. Grayscale: #909090. Windows color (decimal): -9919089 or 9413992. OLE color: 9413992.

HSL color Cylindrical-coordinate representation of color #68A58F: hue angle of 158.36º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A58F is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB104165143-
CMYK0.3700.130.35
HSL158.36º25.31%52.75%-
HSV(B)158.36º36.97%64.71%-
XYZ24.1231.8430.86-
YUV144.25127.2999.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.24%
GREEN value IS 165 (64.84% from 255) = 40.05%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=25.24%
G=40.05%
B=34.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041651430.3700.130.35158.3625.3152.75
Hex68A58F250D239e1935
Octal15024521745015432363165
Binary11010001010010110001111100101011011000111001111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A58F; }

 p { color: rgb(104,165,143); }

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

<style>
 a { background-color: #68A58F; }

 a { background-color: rgb(104,165,143); }

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

<style>
 span { border-color: #68A58F; }

 span { border-color: rgb(104,165,143); }

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