#6CB095

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

Shades of Acapulco #6CB095

Tints of Acapulco #6CB095

Color information

#6CB095 (or 0x6CB095) is unknown color: approx Acapulco. HEX triplet: 6C, B0 and 95. RGB value is (108,176,149). Sum of RGB (Red+Green+Blue) = 108+176+149=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB095 is #934F6A. Grayscale: #989898. Windows color (decimal): -9654123 or 9810028. OLE color: 9810028.

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

Color convert

RGB108176149-
CMYK0.3900.150.31
HSL156.18º30.09%55.69%-
HSV(B)156.18º38.64%69.02%-
XYZ27.1336.4134.03-
YUV152.59125.9796.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.94%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=24.94%
G=40.65%
B=34.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081761490.3900.150.31156.1830.0955.69
Hex6CB095270F1F9c1e38
Octal15426022547017372343670
Binary1101100101100001001010110011101111111111001110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,176,149); }

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

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

 a { background-color: rgb(108,176,149); }

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

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

 span { border-color: rgb(108,176,149); }

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