#6CA194

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

Shades of Acapulco #6CA194

Tints of Acapulco #6CA194

Color information

#6CA194 (or 0x6CA194) is unknown color: approx Acapulco. HEX triplet: 6C, A1 and 94. RGB value is (108,161,148). Sum of RGB (Red+Green+Blue) = 108+161+148=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA194 is #935E6B. Grayscale: #8F8F8F. Windows color (decimal): -9657964 or 9740652. OLE color: 9740652.

HSL color Cylindrical-coordinate representation of color #6CA194: hue angle of 165.28º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA194 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB108161148-
CMYK0.3300.080.37
HSL165.28º21.99%52.75%-
HSV(B)165.28º32.92%63.14%-
XYZ24.2730.8232.69-
YUV143.67130.44102.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.90%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=25.90%
G=38.61%
B=35.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611480.3300.080.37165.2821.9952.75
Hex6CA194210825a51635
Octal15424122441010452452665
Binary11011001010000110010100100001010001001011010010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,161,148); }

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

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

 a { background-color: rgb(108,161,148); }

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

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

 span { border-color: rgb(108,161,148); }

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