Html Css Color HEX #6EA496 Acapulco

📋 copy color: '#6EA496'

red 110 ◦ green 164 ◦ blue 150

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

Shades of Acapulco #6EA496

Tints of Acapulco #6EA496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 25.94%
G = 38.68%
B = 35.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#6EA496 (or 0x6EA496) is known color: Acapulco. HEX triplet: 6E, A4 and 96. RGB value is (110,164,150). Sum of RGB (Red+Green+Blue) = 110+164+150=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA496 is #915B69. Grayscale: #929292. Windows color (decimal): -9526122 or 9872494. OLE color: 9872494.

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

Color convert

RGB 110 164 150 -
CMYK 0.33 0 0.09 0.36
HSL 164.44º 0.23% 0.54% -
HSV(B) 164.44º 0.33% 0.64% -
XYZ 25.21 32.07 33.72 -
YUV 146.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 110 164 150 0.33 0 0.09 0.36 164.44 0.23 0.54
Hex 6E A4 96 21 0 9 24 A4 17 36
Octal 156 244 226 41 0 11 44 244 27 66
Binary 1101110 10100100 10010110 100001 0 1001 100100 10100100 10111 110110

Color Harmonies of #6EA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA496

Black with #6EA496

Text Example


Text Example

White with #6EA496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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