Html Css Color HEX #68AC8B Acapulco

📋 copy color: '#68AC8B'

red 104 ◦ green 172 ◦ blue 139

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

Shades of Acapulco #68AC8B

Tints of Acapulco #68AC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 139 (54.69% from 255) = 33.49%

R = 25.06%
G = 41.45%
B = 33.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#68AC8B (or 0x68AC8B) is known color: Acapulco. HEX triplet: 68, AC and 8B. RGB value is (104,172,139). Sum of RGB (Red+Green+Blue) = 104+172+139=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC8B is #975374. Grayscale: #939393. Windows color (decimal): -9917301 or 9153640. OLE color: 9153640.

HSL color Cylindrical-coordinate representation of color #68AC8B: hue angle of 150.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC8B is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 139 -
CMYK 0.40 0 0.19 0.33
HSL 150.88º 0.29% 0.54% -
HSV(B) 150.88º 0.4% 0.67% -
XYZ 25.12 34.31 29.72 -
YUV 147.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 104 172 139 0.40 0 0.19 0.33 150.88 0.29 0.54
Hex 68 AC 8B 28 0 13 21 97 1D 36
Octal 150 254 213 50 0 23 41 227 35 66
Binary 1101000 10101100 10001011 101000 0 10011 100001 10010111 11101 110110

Color Harmonies of #68AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC8B

Black with #68AC8B

Text Example


Text Example

White with #68AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,139); }

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

background-color css

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

 a { background-color: rgb(104,172,139); }

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

border-color css

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

 span { border-color: rgb(104,172,139); }

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