Html Css Color HEX #6EA195 Acapulco

📋 copy color: '#6EA195'

red 110 ◦ green 161 ◦ blue 149

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

Shades of Acapulco #6EA195

Tints of Acapulco #6EA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.33%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 26.19%
G = 38.33%
B = 35.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#6EA195 (or 0x6EA195) is known color: Acapulco. HEX triplet: 6E, A1 and 95. RGB value is (110,161,149). Sum of RGB (Red+Green+Blue) = 110+161+149=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA195 is #915E6A. Grayscale: #909090. Windows color (decimal): -9526891 or 9806190. OLE color: 9806190.

HSL color Cylindrical-coordinate representation of color #6EA195: hue angle of 165.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA195 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 161 149 -
CMYK 0.32 0 0.07 0.37
HSL 165.88º 0.21% 0.53% -
HSV(B) 165.88º 0.32% 0.63% -
XYZ 24.6 30.97 33.12 -
YUV 144.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 110 161 149 0.32 0 0.07 0.37 165.88 0.21 0.53
Hex 6E A1 95 20 0 7 25 A6 15 35
Octal 156 241 225 40 0 7 45 246 25 65
Binary 1101110 10100001 10010101 100000 0 111 100101 10100110 10101 110101

Color Harmonies of #6EA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA195

Black with #6EA195

Text Example


Text Example

White with #6EA195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,161,149); }

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

background-color css

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

 a { background-color: rgb(110,161,149); }

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

border-color css

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

 span { border-color: rgb(110,161,149); }

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