Html Css Color HEX #6EA486 Acapulco

📋 copy color: '#6EA486'

red 110 ◦ green 164 ◦ blue 134

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

Shades of Acapulco #6EA486

Tints of Acapulco #6EA486

RGB

 RED value IS 110 (43.36% from 255) = 26.96%

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

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 26.96%
G = 40.2%
B = 32.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#6EA486 (or 0x6EA486) is known color: Acapulco. HEX triplet: 6E, A4 and 86. RGB value is (110,164,134). Sum of RGB (Red+Green+Blue) = 110+164+134=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA486 is #915B79. Grayscale: #909090. Windows color (decimal): -9526138 or 8823918. OLE color: 8823918.

HSL color Cylindrical-coordinate representation of color #6EA486: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA486 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 164 134 -
CMYK 0.33 0 0.18 0.36
HSL 146.67º 0.23% 0.54% -
HSV(B) 146.67º 0.33% 0.64% -
XYZ 24.01 31.59 27.39 -
YUV 144.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 110 164 134 0.33 0 0.18 0.36 146.67 0.23 0.54
Hex 6E A4 86 21 0 12 24 93 17 36
Octal 156 244 206 41 0 22 44 223 27 66
Binary 1101110 10100100 10000110 100001 0 10010 100100 10010011 10111 110110

Color Harmonies of #6EA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA486

Black with #6EA486

Text Example


Text Example

White with #6EA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EA486; }

 p { color: rgb(110,164,134); }

 H1.HeaderClassName
 {
   color: #6EA486;
 }
 .AnyTagClassName
 {
   color: #6EA486;
 }
</style>

background-color css

<style>
 a { background-color: #6EA486; }

 a { background-color: rgb(110,164,134); }

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

border-color css

<style>
 span { border-color: #6EA486; }

 span { border-color: rgb(110,164,134); }

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