#6CB091

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

Shades of Acapulco #6CB091

Tints of Acapulco #6CB091

Color information

#6CB091 (or 0x6CB091) is unknown color: approx Acapulco. HEX triplet: 6C, B0 and 91. RGB value is (108,176,145). Sum of RGB (Red+Green+Blue) = 108+176+145=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CB091 is #934F6E. Grayscale: #989898. Windows color (decimal): -9654127 or 9547884. OLE color: 9547884.

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

Color convert

RGB108176145-
CMYK0.3900.180.31
HSL152.65º30.09%55.69%-
HSV(B)152.65º38.64%69.02%-
XYZ26.8236.2832.38-
YUV152.13123.9796.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.17%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=25.17%
G=41.03%
B=33.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081761450.3900.180.31152.6530.0955.69
Hex6CB091270121F991e38
Octal15426022147022372313670
Binary11011001011000010010001100111010010111111001100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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