#6EB196

Color #6EB196 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #6EB196

Tints of Acapulco #6EB196

Color information

#6EB196 (or 0x6EB196) is unknown color: approx Acapulco. HEX triplet: 6E, B1 and 96. RGB value is (110,177,150). Sum of RGB (Red+Green+Blue) = 110+177+150=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB196 is #914E69. Grayscale: #999999. Windows color (decimal): -9522794 or 9875822. OLE color: 9875822.

HSL color Cylindrical-coordinate representation of color #6EB196: hue angle of 155.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB196 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB110177150-
CMYK0.3800.150.31
HSL155.82º30.04%56.27%-
HSV(B)155.82º37.85%69.41%-
XYZ27.6636.9634.53-
YUV153.89125.896.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=25.17%
G=40.50%
B=34.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101771500.3800.150.31155.8230.0456.27
Hex6EB196260F1F9c1e38
Octal15626122646017372343670
Binary1101110101100011001011010011001111111111001110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EB196;
 }
 .AnyTagClassName
 {
   color: #6EB196;
 }
</style>
background-color css

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

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

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

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

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

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