Html Css Color HEX #68AA8F Acapulco

📋 copy color: '#68AA8F'

red 104 ◦ green 170 ◦ blue 143

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

Shades of Acapulco #68AA8F

Tints of Acapulco #68AA8F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 24.94%
G = 40.77%
B = 34.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#68AA8F (or 0x68AA8F) is known color: Acapulco. HEX triplet: 68, AA and 8F. RGB value is (104,170,143). Sum of RGB (Red+Green+Blue) = 104+170+143=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA8F is #975570. Grayscale: #939393. Windows color (decimal): -9917809 or 9415272. OLE color: 9415272.

HSL color Cylindrical-coordinate representation of color #68AA8F: hue angle of 155.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA8F is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 170 143 -
CMYK 0.39 0 0.16 0.33
HSL 155.45º 0.28% 0.54% -
HSV(B) 155.45º 0.39% 0.67% -
XYZ 25.04 33.68 31.17 -
YUV 147.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 104 170 143 0.39 0 0.16 0.33 155.45 0.28 0.54
Hex 68 AA 8F 27 0 10 21 9B 1C 36
Octal 150 252 217 47 0 20 41 233 34 66
Binary 1101000 10101010 10001111 100111 0 10000 100001 10011011 11100 110110

Color Harmonies of #68AA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA8F

Black with #68AA8F

Text Example


Text Example

White with #68AA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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