#6CA18F

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

Shades of Acapulco #6CA18F

Tints of Acapulco #6CA18F

Color information

#6CA18F (or 0x6CA18F) is unknown color: approx Acapulco. HEX triplet: 6C, A1 and 8F. RGB value is (108,161,143). Sum of RGB (Red+Green+Blue) = 108+161+143=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA18F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA18F is #935E70. Grayscale: #8F8F8F. Windows color (decimal): -9657969 or 9412972. OLE color: 9412972.

HSL color Cylindrical-coordinate representation of color #6CA18F: hue angle of 159.62º 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 #6CA18F is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB108161143-
CMYK0.3300.110.37
HSL159.62º21.99%52.75%-
HSV(B)159.62º32.92%63.14%-
XYZ23.8930.6630.65-
YUV143.1127.94102.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.21%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=26.21%
G=39.08%
B=34.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1081611430.3300.110.37159.6221.9952.75
Hex6CA18F210B25a01635
Octal15424121741013452402665
Binary11011001010000110001111100001010111001011010000010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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