Html Css Color HEX #68A488 Acapulco

📋 copy color: '#68A488'

red 104 ◦ green 164 ◦ blue 136

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

Shades of Acapulco #68A488

Tints of Acapulco #68A488

RGB

 RED value IS 104 (41.02% from 255) = 25.74%

 GREEN value IS 164 (64.45% from 255) = 40.59%

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 25.74%
G = 40.59%
B = 33.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#68A488 (or 0x68A488) is known color: Acapulco. HEX triplet: 68, A4 and 88. RGB value is (104,164,136). Sum of RGB (Red+Green+Blue) = 104+164+136=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 164 - color contains mainly: green. Hex color #68A488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A488 is #975B77. Grayscale: #8E8E8E. Windows color (decimal): -9919352 or 8954984. OLE color: 8954984.

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

Color convert

RGB 104 164 136 -
CMYK 0.37 0 0.17 0.36
HSL 152º 0.25% 0.53% -
HSV(B) 152º 0.37% 0.64% -
XYZ 23.43 31.27 28.09 -
YUV 142.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 104 164 136 0.37 0 0.17 0.36 152 0.25 0.53
Hex 68 A4 88 25 0 11 24 98 19 35
Octal 150 244 210 45 0 21 44 230 31 65
Binary 1101000 10100100 10001000 100101 0 10001 100100 10011000 11001 110101

Color Harmonies of #68A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A488

Black with #68A488

Text Example


Text Example

White with #68A488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,164,136); }

 H1.HeaderClassName
 {
   color: #68A488;
 }
 .AnyTagClassName
 {
   color: #68A488;
 }
</style>

background-color css

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

 a { background-color: rgb(104,164,136); }

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

border-color css

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

 span { border-color: rgb(104,164,136); }

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