#6CB096

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

Shades of Acapulco #6CB096

Tints of Acapulco #6CB096

Color information

#6CB096 (or 0x6CB096) is unknown color: approx Acapulco. HEX triplet: 6C, B0 and 96. RGB value is (108,176,150). Sum of RGB (Red+Green+Blue) = 108+176+150=434 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.88% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB096 is #934F69. Grayscale: #989898. Windows color (decimal): -9654122 or 9875564. OLE color: 9875564.

HSL color Cylindrical-coordinate representation of color #6CB096: hue angle of 157.06º 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 #6CB096 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB108176150-
CMYK0.3900.150.31
HSL157.06º30.09%55.69%-
HSV(B)157.06º38.64%69.02%-
XYZ27.2136.4434.45-
YUV152.7126.4796.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.88%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=24.88%
G=40.55%
B=34.56%

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
Decimal1081761500.3900.150.31157.0630.0955.69
Hex6CB096270F1F9d1e38
Octal15426022647017372353670
Binary1101100101100001001011010011101111111111001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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