Html Css Color HEX #6EAA8D Acapulco

📋 copy color: '#6EAA8D'

red 110 ◦ green 170 ◦ blue 141

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

Shades of Acapulco #6EAA8D

Tints of Acapulco #6EAA8D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.38%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 26.13%
G = 40.38%
B = 33.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#6EAA8D (or 0x6EAA8D) is known color: Acapulco. HEX triplet: 6E, AA and 8D. RGB value is (110,170,141). Sum of RGB (Red+Green+Blue) = 110+170+141=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAA8D is #915572. Grayscale: #949494. Windows color (decimal): -9524595 or 9284206. OLE color: 9284206.

HSL color Cylindrical-coordinate representation of color #6EAA8D: hue angle of 151º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EAA8D is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 170 141 -
CMYK 0.35 0 0.17 0.33
HSL 151º 0.26% 0.55% -
HSV(B) 151º 0.35% 0.67% -
XYZ 25.61 33.99 30.41 -
YUV 148.75 123.62 100.36 -
System Red Green Blue C M Y K H S L
Decimal 110 170 141 0.35 0 0.17 0.33 151 0.26 0.55
Hex 6E AA 8D 23 0 11 21 97 1A 37
Octal 156 252 215 43 0 21 41 227 32 67
Binary 1101110 10101010 10001101 100011 0 10001 100001 10010111 11010 110111

Color Harmonies of #6EAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAA8D

Black with #6EAA8D

Text Example


Text Example

White with #6EAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,170,141); }

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

background-color css

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

 a { background-color: rgb(110,170,141); }

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

border-color css

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

 span { border-color: rgb(110,170,141); }

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