Html Css Color HEX #68AE8D Acapulco

📋 copy color: '#68AE8D'

red 104 ◦ green 174 ◦ blue 141

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

Shades of Acapulco #68AE8D

Tints of Acapulco #68AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.53%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 24.82%
G = 41.53%
B = 33.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#68AE8D (or 0x68AE8D) is known color: Acapulco. HEX triplet: 68, AE and 8D. RGB value is (104,174,141). Sum of RGB (Red+Green+Blue) = 104+174+141=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE8D is #975172. Grayscale: #959595. Windows color (decimal): -9916787 or 9285224. OLE color: 9285224.

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

Color convert

RGB 104 174 141 -
CMYK 0.40 0 0.19 0.32
HSL 151.71º 0.3% 0.55% -
HSV(B) 151.71º 0.4% 0.68% -
XYZ 25.65 35.14 30.63 -
YUV 149.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 104 174 141 0.40 0 0.19 0.32 151.71 0.3 0.55
Hex 68 AE 8D 28 0 13 20 98 1E 37
Octal 150 256 215 50 0 23 40 230 36 67
Binary 1101000 10101110 10001101 101000 0 10011 100000 10011000 11110 110111

Color Harmonies of #68AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE8D

Black with #68AE8D

Text Example


Text Example

White with #68AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,174,141); }

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

background-color css

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

 a { background-color: rgb(104,174,141); }

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

border-color css

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

 span { border-color: rgb(104,174,141); }

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