Html Css Color HEX #6EA490 Acapulco

📋 copy color: '#6EA490'

red 110 ◦ green 164 ◦ blue 144

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

Shades of Acapulco #6EA490

Tints of Acapulco #6EA490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 26.32%
G = 39.23%
B = 34.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#6EA490 (or 0x6EA490) is known color: Acapulco. HEX triplet: 6E, A4 and 90. RGB value is (110,164,144). Sum of RGB (Red+Green+Blue) = 110+164+144=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA490 is #915B6F. Grayscale: #919191. Windows color (decimal): -9526128 or 9479278. OLE color: 9479278.

HSL color Cylindrical-coordinate representation of color #6EA490: hue angle of 157.78º 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 #6EA490 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 164 144 -
CMYK 0.33 0 0.12 0.36
HSL 157.78º 0.23% 0.54% -
HSV(B) 157.78º 0.33% 0.64% -
XYZ 24.74 31.88 31.23 -
YUV 145.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 110 164 144 0.33 0 0.12 0.36 157.78 0.23 0.54
Hex 6E A4 90 21 0 C 24 9E 17 36
Octal 156 244 220 41 0 14 44 236 27 66
Binary 1101110 10100100 10010000 100001 0 1100 100100 10011110 10111 110110

Color Harmonies of #6EA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA490

Black with #6EA490

Text Example


Text Example

White with #6EA490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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