#6CB495

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

Shades of Acapulco #6CB495

Tints of Acapulco #6CB495

Color information

#6CB495 (or 0x6CB495) is unknown color: approx Acapulco. HEX triplet: 6C, B4 and 95. RGB value is (108,180,149). Sum of RGB (Red+Green+Blue) = 108+180+149=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB495 is #934B6A. Grayscale: #9A9A9A. Windows color (decimal): -9653099 or 9811052. OLE color: 9811052.

HSL color Cylindrical-coordinate representation of color #6CB495: hue angle of 154.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB495 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB108180149-
CMYK0.4000.170.29
HSL154.17º32.43%56.47%-
HSV(B)154.17º40%70.59%-
XYZ27.933834.3-
YUV154.94124.6594.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.71%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=24.71%
G=41.19%
B=34.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801490.4000.170.29154.1732.4356.47
Hex6CB495280111D9a2038
Octal15426422550021352324070
Binary110110010110100100101011010000100011110110011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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