#68AD8E

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

Shades of Acapulco #68AD8E

Tints of Acapulco #68AD8E

Color information

#68AD8E (or 0x68AD8E) is unknown color: approx Acapulco. HEX triplet: 68, AD and 8E. RGB value is (104,173,142). Sum of RGB (Red+Green+Blue) = 104+173+142=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD8E is #975271. Grayscale: #949494. Windows color (decimal): -9917042 or 9350504. OLE color: 9350504.

HSL color Cylindrical-coordinate representation of color #68AD8E: hue angle of 153.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD8E is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB104173142-
CMYK0.4000.180.32
HSL153.04º29.61%54.31%-
HSV(B)153.04º39.88%67.84%-
XYZ25.5334.7830.96-
YUV148.83124.1496.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.82%
GREEN value IS 173 (67.97% from 255) = 41.29%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=24.82%
G=41.29%
B=33.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1041731420.4000.180.32153.0429.6154.31
Hex68AD8E2801220991e36
Octal15025521650022402313666
Binary110100010101101100011101010000100101000001001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,173,142); }

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

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

 a { background-color: rgb(104,173,142); }

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

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

 span { border-color: rgb(104,173,142); }

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