Html Css Color HEX #68AB8C Acapulco

📋 copy color: '#68AB8C'

red 104 ◦ green 171 ◦ blue 140

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

Shades of Acapulco #68AB8C

Tints of Acapulco #68AB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

 BLUE value IS 140 (55.08% from 255) = 33.73%

R = 25.06%
G = 41.2%
B = 33.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#68AB8C (or 0x68AB8C) is known color: Acapulco. HEX triplet: 68, AB and 8C. RGB value is (104,171,140). Sum of RGB (Red+Green+Blue) = 104+171+140=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB8C is #975473. Grayscale: #939393. Windows color (decimal): -9917556 or 9218920. OLE color: 9218920.

HSL color Cylindrical-coordinate representation of color #68AB8C: hue angle of 152.24º degrees, saturation: 0.29, 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 #68AB8C is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 171 140 -
CMYK 0.39 0 0.18 0.33
HSL 152.24º 0.29% 0.54% -
HSV(B) 152.24º 0.39% 0.67% -
XYZ 25.01 33.96 30.05 -
YUV 147.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 104 171 140 0.39 0 0.18 0.33 152.24 0.29 0.54
Hex 68 AB 8C 27 0 12 21 98 1D 36
Octal 150 253 214 47 0 22 41 230 35 66
Binary 1101000 10101011 10001100 100111 0 10010 100001 10011000 11101 110110

Color Harmonies of #68AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB8C

Black with #68AB8C

Text Example


Text Example

White with #68AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,171,140); }

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

background-color css

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

 a { background-color: rgb(104,171,140); }

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

border-color css

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

 span { border-color: rgb(104,171,140); }

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